Skip to content

Instantly share code, notes, and snippets.

@dhoeric
Created August 5, 2017 15:22
Show Gist options
  • Save dhoeric/dd8244157ce58d3c37883e447249e2bb to your computer and use it in GitHub Desktop.
Save dhoeric/dd8244157ce58d3c37883e447249e2bb to your computer and use it in GitHub Desktop.
version: '3'
services:
app:
image: ghost:alpine
ports:
- 8080:2368
volumes:
- ./blog/content:/var/lib/ghost/content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment