mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-03 03:27:27 +01:00
update ghost
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user