1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-04 03:49:18 +02:00
dockerfiles/ghost/docker-compose.yml
2017-04-30 23:36:09 +08:00

8 lines
123 B
YAML

ghost:
image: ghost:alpine
ports:
- "127.0.0.1:2368:2368"
volumes:
- ./data:/var/lib/ghost
restart: always