adds protocol env variable and fixes prefix bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user