1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/ghost/arm/docker-compose.yml
2017-12-17 12:39:15 +08:00

8 lines
135 B
YAML

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