6 lines
149 B
Text
6 lines
149 B
Text
docker run -d --name=ghost \
|
|
-p 2368:2368 \
|
|
-e url=https://yourblog.com \
|
|
-v /volume1/docker/ghost:/var/lib/ghost/content \
|
|
--restart always \
|
|
ghost
|