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

Default to mailu for DOCKER_ORG

This commit is contained in:
Tim Möhlmann 2018-10-06 15:52:39 +03:00
parent 38db35f1d6
commit 4133bab280
No known key found for this signature in database
GPG Key ID: AFABC30066A39335

View File

@ -12,6 +12,11 @@ containers=(
front_1
)
# Default to mailu for DOCKER_ORG
if [ -z "$DOCKER_ORG" ]; then
export DOCKER_ORG="mailu"
fi
containers_check() {
STATUS=0
for container in "${containers[@]}"; do