From 8e4768c4b08ab0dc0f8f8cafd291e1a736c1139d Mon Sep 17 00:00:00 2001 From: komodo Date: Wed, 30 Apr 2025 10:12:03 +0000 Subject: [PATCH] [Komodo] admin: Write Compose File: update compose.yaml --- compose.yaml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/compose.yaml b/compose.yaml index 5f4ebb6..682f42a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -35,19 +35,4 @@ services: run --server.http.listen-addr=0.0.0.0:12345 --storage.path=/var/lib/alloy/data /etc/alloy/config.alloy - restart: unless-stopped - - navidrome: - image: deluan/navidrome:latest - container_name: navidrome - user: 1000:1000 # should be owner of volumes - ports: - - "4533:4533" - restart: unless-stopped - environment: - - TZ=Europe/Berlin - - PUID=1000 - - PGID=1000 - volumes: - - "/app-config/navidrome:/data" - - "/data/music:/music:ro" \ No newline at end of file + restart: unless-stopped \ No newline at end of file