Skip to content

Commit 23be629

Browse files
committed
Bring WORDPRESS_SITE_URL in line with the chosen port
1 parent 29d8ac8 commit 23be629

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.5'
1+
version: "3.5"
22

33
services:
44
db:
@@ -24,7 +24,7 @@ services:
2424
DB_PASSWORD: wordpress
2525
DB_NAME: wordpress
2626
DB_USER: wordpress
27-
WORDPRESS_SITE_URL: http://localhost
27+
WORDPRESS_SITE_URL: http://localhost:8123
2828
FS_METHOD: direct
2929
# For debugging only:
3030
#WP_DEBUG: "true"
@@ -38,6 +38,6 @@ networks:
3838
default:
3939
driver: bridge
4040
ipam:
41-
driver: default
42-
config:
41+
driver: default
42+
config:
4343
- subnet: 192.168.91.0/24

0 commit comments

Comments
 (0)