1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-02 03:37:40 +02:00

update ghost

This commit is contained in:
kev 2022-01-14 11:41:17 +08:00
parent dd52cbd8b8
commit b465db3142
3 changed files with 26 additions and 33 deletions

View File

@ -6,10 +6,12 @@ ghost
## docker-compose.yml
```yaml
ghost:
version: "3.8"
services:
ghost:
image: ghost:alpine
ports:
- "127.0.0.1:2368:2368"
- "2368:2368"
volumes:
- ./data:/var/lib/ghost/content
environment:

View File

@ -1,11 +0,0 @@
ghost:
image: arm32v7/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

View File

@ -1,7 +1,9 @@
ghost:
version: "3.8"
services:
ghost:
image: ghost:alpine
ports:
- "127.0.0.1:2368:2368"
- "2368:2368"
volumes:
- ./data:/var/lib/ghost/content
environment: