1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00
dockerfiles/ghost/arm/docker-compose.yml

8 lines
135 B
YAML
Raw Normal View History

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