Add rmdblog-ghost-docker-run.sh
This commit is contained in:
parent
dd707225d0
commit
331c0ebd0e
1 changed files with 7 additions and 0 deletions
7
rmdblog-ghost-docker-run.sh
Normal file
7
rmdblog-ghost-docker-run.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
$ docker run -d \
|
||||
--name ghost-rmdblog \
|
||||
-e NODE_ENV=production \
|
||||
-e database__connection__filename='/var/lib/ghost/content/data/ghost.db' \
|
||||
-p 2368:2368 \
|
||||
-v /home/rob/docker/ghost/blog:/var/lib/ghost/content \
|
||||
ghost:alpine
|
Loading…
Reference in a new issue