amend wordpress volume

This commit is contained in:
a-sansara 2016-08-06 17:51:43 +02:00
parent 4824f4aedf
commit 28334d5314

View File

@ -121,7 +121,7 @@ cd /home/dev/docker
docker run --name wordpress --restart=always \
--net home0 -h wordpress.docker --ip 172.22.0.6 --link mysql:db \
-v $(pwd)/blog:/app \
-v $(pwd)/repo/blog:/app \
-e HTTP_SERVER_NAME=wordpress.docker \
-d pluie/alpine-apache
```