This commit is contained in:
2025-12-27 11:44:50 +08:00
commit ccd43fac1f
1193 changed files with 384161 additions and 0 deletions
@@ -0,0 +1,13 @@
```
docker create --name ghost \
-e NODE_ENV=production \
-e url=https://ghost.gdcyy.com.cn \
-e database__client=mysql \
-e database__connection__host=192.168.3.212 \
-e database__connection__user=root \
-e database__connection__password=GDcyy@123 \
-e database__connection__database=ghost_db \
-p 2368:2368 \
-v /data/ghost/data:/var/lib/ghost/content \
ghost:5.27.0-alpine
```