Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created November 13, 2019 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/f7db4aa18e303a5d84f003521dde6dba to your computer and use it in GitHub Desktop.
Save recursivecodes/f7db4aa18e303a5d84f003521dde6dba to your computer and use it in GitHub Desktop.
install-ghost.sh
docker run -d \
  --restart always \
  --name ghost-blog \
  -v /home/opc/ghost/content:/var/lib/ghost/content:z \
  -p 2368:2368 \
  -e url=https://ghost.toddrsharp.com \
  ghost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment