You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314
  1. DB_ROOT_PASSWORD=root
  2. DB_USER=user
  3. DB_USER_PASSWORD=user
  4. DOCKER_PREFIX=wp
  5. DOCKER_IMAGE_TAG=wp-php7.4:dev
  6. MOUNT_USER=username
  7. TRAEFIK_NETWORK_NAME=traefik
  8. WP_ADMIN_PASSWORD=admin
  9. WP_ADMIN_USERNAME=admin
  10. WP_DEFAULT_PROTOCOL=https
  11. WP_LOCALE=fr_FR
  12. WP_THEME=twentyseventeen
  13. WP_URL=www.wp.localhost
  14. WP_VERSION=5.7