From a42bd5b5aa0f13e621a7810e957b43eaf21d05c0 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Mon, 28 Apr 2025 01:49:21 +0400 Subject: [PATCH] Update ghost compose file --- ghost/docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ghost/docker-compose.yml b/ghost/docker-compose.yml index cbfdfc0..768a211 100644 --- a/ghost/docker-compose.yml +++ b/ghost/docker-compose.yml @@ -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: