mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-02 03:37:40 +02:00
update ghost
This commit is contained in:
parent
dd52cbd8b8
commit
b465db3142
@ -6,17 +6,19 @@ ghost
|
||||
## docker-compose.yml
|
||||
|
||||
```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
|
||||
version: "3.8"
|
||||
services:
|
||||
ghost:
|
||||
image: ghost:alpine
|
||||
ports:
|
||||
- "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
|
||||
```
|
||||
|
||||
## Up and Running
|
||||
|
@ -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,11 +1,13 @@
|
||||
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
|
||||
version: "3.8"
|
||||
services:
|
||||
ghost:
|
||||
image: ghost:alpine
|
||||
ports:
|
||||
- "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
|
||||
|
Loading…
Reference in New Issue
Block a user