🐳 docker-compose for ghost
This commit is contained in:
parent
6d1028fd03
commit
5fb0d147ed
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
ghost:
|
||||||
|
image: ghost:4-alpine
|
||||||
|
ports:
|
||||||
|
- 2368:2368
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ghost:/var/lib/ghost/content
|
||||||
|
volumes:
|
||||||
|
ghost:
|
Loading…
x
Reference in New Issue
Block a user