1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-30 05:39:31 +02:00
dockerfiles/ghost/arm/docker-compose.yml

12 lines
309 B
YAML
Raw Normal View History

2015-12-06 17:02:17 +08:00
ghost:
2021-02-02 18:52:08 +08:00
image: arm32v7/ghost:alpine
2015-12-06 17:02:17 +08:00
ports:
2017-04-30 23:36:09 +08:00
- "127.0.0.1:2368:2368"
volumes:
2017-08-06 10:34:48 +08:00
- ./data:/var/lib/ghost/content
2021-02-02 18:52:08 +08:00
environment:
- url=https://blog.easypi.duckdns.org
- database__client=sqlite3
- database__connection__filename=/var/lib/ghost/content/data/ghost.db
restart: unless-stopped