mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-04 03:49:18 +02:00
8 lines
123 B
YAML
8 lines
123 B
YAML
ghost:
|
|
image: ghost:alpine
|
|
ports:
|
|
- "127.0.0.1:2368:2368"
|
|
volumes:
|
|
- ./data:/var/lib/ghost
|
|
restart: always
|