Skip to content

Instantly share code, notes, and snippets.

@amorphobia
Created July 17, 2016 06:16
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 amorphobia/c36cab67fd99e56df6ac3ef1c60f968e to your computer and use it in GitHub Desktop.
Save amorphobia/c36cab67fd99e56df6ac3ef1c60f968e to your computer and use it in GitHub Desktop.
nginx:
container_name: ghost_blog_nginx
image: nginx
ports:
- "80:80"
- "443:443"
volumes:
- ~/Developer/Docker/ghost_blog/html:/usr/share/nginx/html
- ~/Developer/Docker/ghost_blog/nginx:/etc/nginx
links:
- ghost
ghost:
container_name: ghost_blog_ghost
image: ghost
volumes:
- ~/Developer/Docker/ghost_blog/ghost:/var/lib/ghost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment