Correct subnetting functionality for the tests and setup

This commit is contained in:
Tim Möhlmann
2018-12-06 16:44:12 +02:00
parent 8172f3eab8
commit c0972face6
13 changed files with 71 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ SECRET_KEY={{ secret(16) }}
# PUBLIC_IPV6= {{ bind6 }} (default: ::1)
# 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={{ subnet }}
# Main mail domain
DOMAIN={{ domain }}