1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/ghost/arm/docker-compose.yml
2017-04-30 23:36:09 +08:00

8 lines
127 B
YAML

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