new
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user