mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
9 lines
194 B
YAML
9 lines
194 B
YAML
ghost:
|
|
image: ghost:alpine
|
|
ports:
|
|
- "127.0.0.1:2368:2368"
|
|
volumes:
|
|
- ./data:/var/lib/ghost/content
|
|
- ./data/config.json:/var/lib/ghost/config.production.json
|
|
restart: always
|