From bb539f2e9d11dc2cdf025113376ac2c2f5ea28a6 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 1 Jun 2026 22:20:39 -0400 Subject: [PATCH] fix: remove env_file from compose, use Komodo env file field --- nodes/heimdall/homelab-registry-mcp/compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/nodes/heimdall/homelab-registry-mcp/compose.yaml b/nodes/heimdall/homelab-registry-mcp/compose.yaml index d4dc8ce..0cadac5 100644 --- a/nodes/heimdall/homelab-registry-mcp/compose.yaml +++ b/nodes/heimdall/homelab-registry-mcp/compose.yaml @@ -4,7 +4,6 @@ services: image: registry.castaldifamily.com/homelab-registry-mcp:latest container_name: homelab-registry-mcp restart: unless-stopped - env_file: /mnt/appdata/homelab-registry-mcp/.env volumes: - registry-data:/data - /var/run/docker.sock:/var/run/docker.sock:ro