adds protocol env variable and fixes prefix bug

This commit is contained in:
2020-06-09 15:46:44 +02:00
parent ab23a47dee
commit 3b509ed787
4 changed files with 7 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ docker exec --user www-data $DOCKER_PREFIX-web /bin/sh -c "
--path=/var/www/html \
--skip-email \
--title=$DOCKER_PREFIX \
--url=https://$WP_URL";
--url=$WP_DEFAULT_PROTOCOL://$WP_URL";
echo "Installing WordPress $WP_THEME theme";
docker exec --user www-data $DOCKER_PREFIX-web /bin/sh -c "