FULLY WORKING: role docker-mailu

This commit is contained in:
Kevin Veen-Birkenbach 2020-12-27 23:14:11 +01:00
parent 51fbc67a04
commit a5d488a74e

View File

@ -21,8 +21,8 @@ services:
logging:
driver: json-file
ports:
- "{{ http_port }}:80"
- "{{ https_port }}:443"
- "127.0.0.1:{{ http_port }}:80"
- "127.0.0.1:{{ https_port }}:443"
- "{{ ip4_address }}:25:25"
- "{{ ip4_address }}:465:465"
- "{{ ip4_address }}:587:587"
@ -110,4 +110,4 @@ networks:
ipam:
driver: default
config:
- subnet: 192.168.203.0/24
- subnet: {{mailu_subnet}}