Commit 63a263

2026-01-13 00:44:41 mb tech: added chost
/dev/null .. docker compose files/ghost.md
@@ 0,0 1,18 @@
+ # Ghost
+ ```yaml
+ services:
+ ghost:
+ image: ghost:latest
+ container_name: ghost
+ restart: unless-stopped
+ ports:
+ - "2368:2368"
+ environment:
+ # url: http://localhost:2368
+ database__client: sqlite3
+ database__connection__filename: /var/lib/ghost/content/data/ghost.db
+ database__useNullAsDefault: 'true'
+ # database__debug: 'false'
+ volumes:
+ - ./content:/var/lib/ghost/content
+ ```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9