Skip to content
Snippets Groups Projects
Commit 55839031 authored by Harald Nezbeda's avatar Harald Nezbeda Committed by Harald Nezbeda
Browse files

Fixes ip address typo in port mapping

parent c5558be0
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ services:
wordpress:
image: wordpress:latest # https://hub.docker.com/_/wordpress/
ports:
- 127.0.0.01:80:80 # change ip if required
- 127.0.0.1:80:80 # change ip if required
volumes:
- ./wp-app:/var/www/html # Full wordpress project
#- ./plugin-name/trunk/:/var/www/html/wp-content/plugins/plugin-name # Plugin development
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment