blog/docker-compose.yml
2022-05-10 22:01:04 -04:00

12 lines
183 B
YAML

version: "3"
services:
ghost:
image: ghost:4-alpine
ports:
- 2368:2368
restart: unless-stopped
volumes:
- ghost:/var/lib/ghost/content
volumes:
ghost: