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.
1 parent c5558be commit 5583903Copy full SHA for 5583903
docker-compose.yml
@@ -3,7 +3,7 @@ services:
3
wordpress:
4
image: wordpress:latest # https://hub.docker.com/_/wordpress/
5
ports:
6
- - 127.0.0.01:80:80 # change ip if required
+ - 127.0.0.1:80:80 # change ip if required
7
volumes:
8
- ./wp-app:/var/www/html # Full wordpress project
9
#- ./plugin-name/trunk/:/var/www/html/wp-content/plugins/plugin-name # Plugin development
0 commit comments