adds reverse proxy env variable and wp-php image tag variable

This commit is contained in:
2020-07-16 15:32:14 +02:00
parent 3b509ed787
commit 2079fb48cf
4 changed files with 9 additions and 7 deletions

View File

@@ -69,5 +69,5 @@ docker exec --user www-data $DOCKER_PREFIX-web /bin/sh -c "
--path=/var/www/html";
echo "Connect network to traefik";
docker network connect $DOCKER_PREFIX traefik;
docker network connect $DOCKER_PREFIX $TRAEFIK_NETWORK_NAME;
docker-compose up -d adminer