We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df2e293 + d3961bb commit 64f619dCopy full SHA for 64f619d
.env
@@ -47,4 +47,4 @@ WAIT_HOST_CONNECT_TIMEOUT=5
47
48
# 8/ Used only in online deployement --------------------------------------
49
WORDPRESS_WEBSITE_URL_WITHOUT_WWW=example.com
50
-PHPMYADMIN_WEBSITE_URL_WITHOUT_HTTP=sql.example.com
+PHPMYADMIN_WEBSITE_URL_WITHOUT_HTTP=sql.example.com
docker-compose.yml
@@ -3,7 +3,6 @@ services:
3
4
wordpress:
5
image: wordpress:${WORDPRESS_VERSION:-latest}
6
- image: wordpress:latest
7
container_name: ${COMPOSE_PROJECT_NAME:-wordpress}
8
volumes:
9
- ./config/php.conf.ini:/usr/local/etc/php/conf.d/php.ini
0 commit comments