mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 20:51:07 +01:00
Added mailu_subnet
This commit is contained in:
parent
0dccba8dd4
commit
7c3835d084
@ -110,4 +110,4 @@ networks:
|
|||||||
ipam:
|
ipam:
|
||||||
driver: default
|
driver: default
|
||||||
config:
|
config:
|
||||||
- subnet: 192.168.203.0/24
|
- subnet: {{mailu_subnet}}
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
SECRET_KEY={{mailu_secret_key}}
|
SECRET_KEY={{mailu_secret_key}}
|
||||||
|
|
||||||
# Subnet of the docker network. This should not conflict with any networks to which your system is connected. (Internal and external!)
|
# Subnet of the docker network. This should not conflict with any networks to which your system is connected. (Internal and external!)
|
||||||
SUBNET=192.168.203.0/24
|
SUBNET={{mailu_subnet}}
|
||||||
|
|
||||||
# Main mail domain
|
# Main mail domain
|
||||||
DOMAIN={{domain}}
|
DOMAIN={{domain}}
|
||||||
|
Loading…
Reference in New Issue
Block a user