mirror of
https://github.com/xtool-org/xtool.git
synced 2026-02-04 11:53:30 +01:00
19 lines
439 B
YAML
19 lines
439 B
YAML
services:
|
|
xtool:
|
|
build:
|
|
context: .
|
|
volumes:
|
|
- .:/xtool
|
|
container_name: xtool
|
|
stdin_open: true
|
|
tty: true
|
|
cap_add:
|
|
- sys_ptrace
|
|
security_opt:
|
|
- seccomp:unconfined
|
|
extra_hosts:
|
|
# host.docker.internal doesn't exist by default on Linux hosts
|
|
# TODO: Does this conflict with the default host on macOS?
|
|
# we could rename this
|
|
- "host.docker.internal:host-gateway"
|