2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/ghost/arm/docker-compose.yml
2017-08-30 20:26:38 +08:00

9 lines
198 B
YAML

ghost:
image: easypi/ghost-arm
ports:
- "127.0.0.1:2368:2368"
volumes:
- ./data:/var/lib/ghost/content
- ./data/config.json:/var/lib/ghost/config.production.json
restart: always