matrix-bridge/docker-compose.yaml
2026-07-31 20:39:54 -04:00

8 lines
No EOL
160 B
YAML

services:
discord-bridge:
build: .
restart: unless-stopped
ports:
- "9000:9000"
extra_hosts:
- "host.docker.internal:host-gateway"