1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:16:44 +02:00
dockerfiles/ghost/docker-compose.yml

9 lines
194 B
YAML
Raw Normal View History

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