1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-12-01 22:41:53 +02:00

POD_ADDRESS need to be defined for admin service (dovecot authentification) fixes #694

- updated the docs
- corrected a typo
This commit is contained in:
ofthesun9
2018-10-31 14:27:37 +00:00
parent 1a5e106bb8
commit 5067b5c59a
2 changed files with 6 additions and 6 deletions

View File

@@ -157,8 +157,6 @@ services:
image: mailu/dovecot:$VERSION
restart: always
env_file: .env
environment:
- POD_ADDRESS_RANGE=10.0.1.0/24
volumes:
# - "$ROOT/mail:/mail"
- type: volume
@@ -241,6 +239,8 @@ services:
image: mailu/admin:$VERSION
restart: always
env_file: .env
environment:
- POD_ADDRESS_RANGE=10.0.1.0/24
volumes:
# - "$ROOT/data:/data"
- type: volume