From 8984d2e1b64c883506bfccf130279d7251a70e51 Mon Sep 17 00:00:00 2001 From: komodo Date: Wed, 30 Apr 2025 22:18:41 +0000 Subject: [PATCH] [Komodo] admin: Write Compose File: update compose.yaml --- compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 0120db9..eac8586 100644 --- a/compose.yaml +++ b/compose.yaml @@ -70,4 +70,5 @@ services: - /app-config/homepage:/app/config # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations networks: - - proxy_network \ No newline at end of file + - proxy_network + restart: unless-stopped \ No newline at end of file