🐳 docker-compose for ghost

This commit is contained in:
James Walker 2022-05-10 22:01:04 -04:00
parent 6d1028fd03
commit 5fb0d147ed
Signed by: walkah
GPG Key ID: 3C127179D6086E93

11
docker-compose.yml Normal file
View 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: