Added mailu_subnet

This commit is contained in:
Kevin Veen-Birkenbach 2020-12-27 20:08:54 +01:00
parent 0dccba8dd4
commit 7c3835d084
2 changed files with 2 additions and 2 deletions

View File

@ -110,4 +110,4 @@ networks:
ipam:
driver: default
config:
- subnet: 192.168.203.0/24
- subnet: {{mailu_subnet}}

View File

@ -12,7 +12,7 @@
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=192.168.203.0/24
SUBNET={{mailu_subnet}}
# Main mail domain
DOMAIN={{domain}}