mirror of
https://github.com/xtool-org/xtool.git
synced 2026-06-24 12:21:34 +02:00
19 lines
398 B
YAML
19 lines
398 B
YAML
services:
|
|
xtool:
|
|
build:
|
|
context: .
|
|
target: dev
|
|
volumes:
|
|
- .:/xtool
|
|
- .build/linux:/xtool/.build
|
|
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
|
|
- "host.docker.internal:host-gateway"
|