Skip to content

Commit 5583903

Browse files
committed
Fixes ip address typo in port mapping
1 parent c5558be commit 5583903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
wordpress:
44
image: wordpress:latest # https://hub.docker.com/_/wordpress/
55
ports:
6-
- 127.0.0.01:80:80 # change ip if required
6+
- 127.0.0.1:80:80 # change ip if required
77
volumes:
88
- ./wp-app:/var/www/html # Full wordpress project
99
#- ./plugin-name/trunk/:/var/www/html/wp-content/plugins/plugin-name # Plugin development

0 commit comments

Comments
 (0)