mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
FULLY WORKING: role docker-mailu
This commit is contained in:
parent
51fbc67a04
commit
a5d488a74e
@ -21,8 +21,8 @@ services:
|
|||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
ports:
|
ports:
|
||||||
- "{{ http_port }}:80"
|
- "127.0.0.1:{{ http_port }}:80"
|
||||||
- "{{ https_port }}:443"
|
- "127.0.0.1:{{ https_port }}:443"
|
||||||
- "{{ ip4_address }}:25:25"
|
- "{{ ip4_address }}:25:25"
|
||||||
- "{{ ip4_address }}:465:465"
|
- "{{ ip4_address }}:465:465"
|
||||||
- "{{ ip4_address }}:587:587"
|
- "{{ ip4_address }}:587:587"
|
||||||
@ -110,4 +110,4 @@ networks:
|
|||||||
ipam:
|
ipam:
|
||||||
driver: default
|
driver: default
|
||||||
config:
|
config:
|
||||||
- subnet: 192.168.203.0/24
|
- subnet: {{mailu_subnet}}
|
||||||
|
Loading…
Reference in New Issue
Block a user