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

@@ -1,11 +1,12 @@
DB_ROOT_PASSWORD=root
DB_USER=user
DB_USER_PASSWORD=user
DOCKER_PREFIX=wptest
MOUNT_USER=whoami
DOCKER_PREFIX=
MOUNT_USER=
WP_ADMIN_PASSWORD=admin
WP_ADMIN_USERNAME=admin
WP_DEFAULT_PROTOCOL=https
WP_LOCALE=fr_FR
WP_THEME=twentyseventeen
WP_URL=https://www.wptest.localhost
WP_URL=
WP_VERSION=5.4