Update ghost compose file

This commit is contained in:
Aykhan Shahsuvarov 2025-04-28 01:49:21 +04:00
parent e67e637d0d
commit a42bd5b5aa

View File

@ -8,6 +8,7 @@ services:
ghost:
image: ghost:5-alpine
container_name: ghost
restart: unless-stopped
networks:
- caddy
environment:
@ -16,6 +17,3 @@ services:
NODE_ENV: production
volumes:
- ./data:/var/lib/ghost/content
volumes:
ghost: