mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:34 +02:00
8 lines
135 B
YAML
8 lines
135 B
YAML
ghost:
|
|
image: easypi/ghost-arm
|
|
ports:
|
|
- "127.0.0.1:2368:2368"
|
|
volumes:
|
|
- ./data:/var/lib/ghost/content
|
|
restart: always
|