diff --git a/update-all.sh b/update-all.sh index 2954add..eabc562 100755 --- a/update-all.sh +++ b/update-all.sh @@ -3,6 +3,7 @@ # Create/update http_auth file according to values in .env file source .env echo "${HTTP_USER}:${HTTP_PASSWORD}" > http_auth +docker network create traefik-network || true echo "[$0] ***** Pulling all images... *****" docker-compose pull