mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update ghost
This commit is contained in:
@@ -6,10 +6,12 @@ ghost
|
|||||||
## docker-compose.yml
|
## docker-compose.yml
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
ghost:
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
ghost:
|
||||||
image: ghost:alpine
|
image: ghost:alpine
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:2368:2368"
|
- "2368:2368"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/var/lib/ghost/content
|
- ./data:/var/lib/ghost/content
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -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
|
|
||||||
@@ -1,7 +1,9 @@
|
|||||||
ghost:
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
ghost:
|
||||||
image: ghost:alpine
|
image: ghost:alpine
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:2368:2368"
|
- "2368:2368"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/var/lib/ghost/content
|
- ./data:/var/lib/ghost/content
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user