mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-14 02:34:22 +02:00
Removed BIND_ADDRESS6
This commit is contained in:
parent
28ebcd5007
commit
645a7f3c96
@ -19,7 +19,7 @@ SECRET_KEY=ChangeMeChangeMe
|
|||||||
|
|
||||||
# Address where listening ports should bind
|
# Address where listening ports should bind
|
||||||
BIND_ADDRESS4=127.0.0.1
|
BIND_ADDRESS4=127.0.0.1
|
||||||
BIND_ADDRESS6=::1
|
#BIND_ADDRESS6=::1
|
||||||
|
|
||||||
# Main mail domain
|
# Main mail domain
|
||||||
DOMAIN=mailu.io
|
DOMAIN=mailu.io
|
||||||
|
@ -16,15 +16,6 @@ services:
|
|||||||
- "$BIND_ADDRESS4:25:25"
|
- "$BIND_ADDRESS4:25:25"
|
||||||
- "$BIND_ADDRESS4:465:465"
|
- "$BIND_ADDRESS4:465:465"
|
||||||
- "$BIND_ADDRESS4:587:587"
|
- "$BIND_ADDRESS4:587:587"
|
||||||
- "$BIND_ADDRESS6:80:80"
|
|
||||||
- "$BIND_ADDRESS6:443:443"
|
|
||||||
- "$BIND_ADDRESS6:110:110"
|
|
||||||
- "$BIND_ADDRESS6:143:143"
|
|
||||||
- "$BIND_ADDRESS6:993:993"
|
|
||||||
- "$BIND_ADDRESS6:995:995"
|
|
||||||
- "$BIND_ADDRESS6:25:25"
|
|
||||||
- "$BIND_ADDRESS6:465:465"
|
|
||||||
- "$BIND_ADDRESS6:587:587"
|
|
||||||
volumes:
|
volumes:
|
||||||
- "$ROOT/certs:/certs"
|
- "$ROOT/certs:/certs"
|
||||||
|
|
||||||
|
@ -3,3 +3,4 @@ for file in tests/compose/*.env ; do
|
|||||||
cp $file .env
|
cp $file .env
|
||||||
docker-compose -f tests/compose/run.yml up -d
|
docker-compose -f tests/compose/run.yml up -d
|
||||||
done
|
done
|
||||||
|
sleep 2m
|
||||||
|
Loading…
Reference in New Issue
Block a user