mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
12 lines
301 B
YAML
12 lines
301 B
YAML
ghost:
|
|
image: ghost:alpine
|
|
ports:
|
|
- "127.0.0.1:2368:2368"
|
|
volumes:
|
|
- ./data:/var/lib/ghost/content
|
|
environment:
|
|
- url=https://blog.easypi.duckdns.org
|
|
- database__client=sqlite3
|
|
- database__connection__filename=/var/lib/ghost/content/data/ghost.db
|
|
restart: unless-stopped
|