Come back to a non tls configuration
This commit is contained in:
@@ -19,7 +19,7 @@ VERSION=latest
|
|||||||
SECRET_KEY=claireetstephane
|
SECRET_KEY=claireetstephane
|
||||||
|
|
||||||
# Address where listening ports should bind
|
# Address where listening ports should bind
|
||||||
BIND_ADDRESS4=192.168.100.50
|
BIND_ADDRESS4=127.0.0.1
|
||||||
# BIND_ADDRESS6=::1
|
# BIND_ADDRESS6=::1
|
||||||
|
|
||||||
# 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!)
|
||||||
@@ -154,7 +154,7 @@ COMPOSE_PROJECT_NAME=mailu
|
|||||||
CREDENTIAL_ROUNDS=12
|
CREDENTIAL_ROUNDS=12
|
||||||
|
|
||||||
# Header to take the real ip from
|
# Header to take the real ip from
|
||||||
REAL_IP_HEADER=
|
REAL_IP_HEADER=192.168.100.50
|
||||||
|
|
||||||
# IPs for nginx set_real_ip_from (CIDR list separated by commas)
|
# IPs for nginx set_real_ip_from (CIDR list separated by commas)
|
||||||
REAL_IP_FROM=
|
REAL_IP_FROM=
|
||||||
|
|||||||
Reference in New Issue
Block a user