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

@@ -86,3 +86,12 @@ services:
- "/mailu/webmail:/data"
depends_on:
- imap
networks:
default:
driver: bridge
ipam:
driver: default
config:
- subnet: 192.168.203.0/24

View File

@@ -25,6 +25,9 @@ SECRET_KEY=PGGO2JRQ59QV3DW7
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
# PUBLIC_IPV6= (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
# Main mail domain
DOMAIN=mailu.io