amend wordpress volume
This commit is contained in:
parent
4824f4aedf
commit
28334d5314
|
@ -121,7 +121,7 @@ cd /home/dev/docker
|
||||||
|
|
||||||
docker run --name wordpress --restart=always \
|
docker run --name wordpress --restart=always \
|
||||||
--net home0 -h wordpress.docker --ip 172.22.0.6 --link mysql:db \
|
--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 \
|
-e HTTP_SERVER_NAME=wordpress.docker \
|
||||||
-d pluie/alpine-apache
|
-d pluie/alpine-apache
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user