1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-29 18:21:24 +00:00
dockerfiles/ghost/docker-compose.yml

9 lines
194 B
YAML
Raw Normal View History

2015-08-30 23:53:16 +00:00
ghost:
2017-04-30 15:36:09 +00:00
image: ghost:alpine
2016-05-05 12:11:54 +00:00
ports:
- "127.0.0.1:2368:2368"
2017-04-30 15:36:09 +00:00
volumes:
2017-08-06 02:34:48 +00:00
- ./data:/var/lib/ghost/content
2017-08-30 12:26:38 +00:00
- ./data/config.json:/var/lib/ghost/config.production.json
2016-05-05 12:11:54 +00:00
restart: always