2015-08-31 01:53:16 +02:00
|
|
|
ghost:
|
2017-04-30 17:36:09 +02:00
|
|
|
image: ghost:alpine
|
2016-05-05 14:11:54 +02:00
|
|
|
ports:
|
|
|
|
- "127.0.0.1:2368:2368"
|
2017-04-30 17:36:09 +02:00
|
|
|
volumes:
|
2017-08-06 04:34:48 +02:00
|
|
|
- ./data:/var/lib/ghost/content
|
2016-05-05 14:11:54 +02:00
|
|
|
restart: always
|