Skip to content

Commit 64f619d

Browse files
committed
Simplified
2 parents df2e293 + d3961bb commit 64f619d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ WAIT_HOST_CONNECT_TIMEOUT=5
4747

4848
# 8/ Used only in online deployement --------------------------------------
4949
WORDPRESS_WEBSITE_URL_WITHOUT_WWW=example.com
50-
PHPMYADMIN_WEBSITE_URL_WITHOUT_HTTP=sql.example.com
50+
PHPMYADMIN_WEBSITE_URL_WITHOUT_HTTP=sql.example.com

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ services:
33

44
wordpress:
55
image: wordpress:${WORDPRESS_VERSION:-latest}
6-
image: wordpress:latest
76
container_name: ${COMPOSE_PROJECT_NAME:-wordpress}
87
volumes:
98
- ./config/php.conf.ini:/usr/local/etc/php/conf.d/php.ini

0 commit comments

Comments
 (0)