Skip to content

Commit a2d9da2

Browse files
committed
docker: use --network=host so chatmail-turn can use any port
1 parent 9651d27 commit a2d9da2

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docker-compose.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,7 @@ services:
3131
ENABLE_CERTS_MONITORING: $ENABLE_CERTS_MONITORING
3232
CERTS_MONITORING_TIMEOUT: $CERTS MONITORING TIMEOUT
3333
IS_DEVELOPMENT_INSTANCE: $IS_DEVELOPMENT_INSTANCE
34-
ports:
35-
- "80:80"
36-
- "443:443"
37-
- "25:25"
38-
- "587:587"
39-
- "143:143"
40-
- "465:465"
41-
- "993:993"
42-
- "3478:3478"
43-
- "49152-65535:49152-65535/udp"
34+
network_mode: "host"
4435
volumes:
4536
## system
4637
- /sys/fs/cgroup:/sys/fs/cgroup:rw # required for systemd

0 commit comments

Comments
 (0)