Last active
October 11, 2017 13:35
-
-
Save Vadorequest/2a1d3dd2642ec929dedeae37e733fabb to your computer and use it in GitHub Desktop.
Run Ghost on Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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