Host-mode networking, for working rate-limiting

This commit is contained in:
3wc 2020-10-20 13:01:45 +02:00
parent b6dd8767cd
commit dc7222bd6e
1 changed files with 10 additions and 10 deletions

View File

@ -52,31 +52,31 @@ services:
logging:
driver: json-file
networks:
- default
- proxy
- default
environment: *default-env
ports:
- target: 25
published: 25
mode: overlay
mode: host
- target: 465
published: 465
mode: overlay
#- target: 587
# published: 587
# mode: overlay
mode: host
- target: 587
published: 587
mode: host
- target: 110
published: 110
mode: overlay
mode: host
- target: 995
published: 995
mode: overlay
mode: host
- target: 143
published: 143
mode: overlay
mode: host
- target: 993
published: 993
mode: overlay
mode: host
volumes:
- "certs:/certs"
deploy: