fix: remove env_file reference from homelab-registry-mcp service

This commit is contained in:
Nathan 2026-06-01 22:42:42 -04:00
parent 3335b8c74a
commit 820121fd5a

View File

@ -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/komodo/heimdall/work/homelab-registry-mcp.env
volumes:
- registry-data:/data
- /var/run/docker.sock:/var/run/docker.sock:ro