From 9f3e7a6459c550591be388c7ba5081b1f24b6703 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 26 Feb 2026 02:49:13 +0000 Subject: [PATCH] Delete Dashboard_Containers/heimdall/compose.yaml --- Dashboard_Containers/heimdall/compose.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Dashboard_Containers/heimdall/compose.yaml diff --git a/Dashboard_Containers/heimdall/compose.yaml b/Dashboard_Containers/heimdall/compose.yaml deleted file mode 100644 index 283fc49..0000000 --- a/Dashboard_Containers/heimdall/compose.yaml +++ /dev/null @@ -1,15 +0,0 @@ -services: - heimdall: - image: lscr.io/linuxserver/heimdall:latest - container_name: heimdall - environment: - - PUID=1000 - - PGID=1000 - - TZ=CST/UTC - #- ALLOW_INTERNAL_REQUESTS=false #optional - volumes: - - /srv/docker/heimdall/config:/config - ports: - #- 80:80 - - 5004:443 - restart: unless-stopped \ No newline at end of file