We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9651d27 commit a2d9da2Copy full SHA for a2d9da2
docker-compose.yaml
@@ -31,16 +31,7 @@ services:
31
ENABLE_CERTS_MONITORING: $ENABLE_CERTS_MONITORING
32
CERTS_MONITORING_TIMEOUT: $CERTS MONITORING TIMEOUT
33
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"
+ network_mode: "host"
44
volumes:
45
## system
46
- /sys/fs/cgroup:/sys/fs/cgroup:rw # required for systemd
0 commit comments