1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-26 00:38:37 +00: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