1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-05 01:21:58 +00:00
dockerfiles/ghost/arm/docker-compose.yml

8 lines
135 B
YAML
Raw Normal View History

2015-12-06 09:02:17 +00:00
ghost:
2016-07-29 01:03:01 +00:00
image: easypi/ghost-arm
2015-12-06 09:02:17 +00:00
ports:
2017-04-30 15:36:09 +00:00
- "127.0.0.1:2368:2368"
volumes:
2017-08-06 02:34:48 +00:00
- ./data:/var/lib/ghost/content
2015-12-06 09:02:17 +00:00
restart: always