Files
xtool-mirror/docker-compose.yml
2024-11-17 03:47:16 -05:00

19 lines
451 B
YAML

services:
supersign:
build:
context: .
volumes:
- .:/Supersign
container_name: supersign
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"