Fix timeout variable setting

This commit is contained in:
Jean Froment 2021-07-23 14:55:19 +02:00
parent 1549bd2752
commit 1b5e51aa13
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ source .env
echo "${HTTP_USER}:${HTTP_PASSWORD}" > traefik/http_auth
# Docker-compose settings
COMPOSE_HTTP_TIMEOUT=240
export COMPOSE_HTTP_TIMEOUT=240
if [[ ! -f services.conf ]]; then
echo "[$0] No services.conf file found. Copying from sample file..."