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