Skip to content

Instantly share code, notes, and snippets.

@Vadorequest
Last active October 11, 2017 13:35
Show Gist options
  • Save Vadorequest/2a1d3dd2642ec929dedeae37e733fabb to your computer and use it in GitHub Desktop.
Save Vadorequest/2a1d3dd2642ec929dedeae37e733fabb to your computer and use it in GitHub Desktop.
Run Ghost on Docker
docker run -e url=http://localhost:3002/ -d --name blog -p 3002:2368 -v /var/www/blog:/var/lib/ghost/content ghost:1.12.1-alpine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment