8 lines
No EOL
160 B
YAML
8 lines
No EOL
160 B
YAML
services:
|
|
discord-bridge:
|
|
build: .
|
|
restart: unless-stopped
|
|
ports:
|
|
- "9000:9000"
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway" |