From 204e179ea8b66c06324274847f010fbecd84b319 Mon Sep 17 00:00:00 2001 From: Tord-Vincent Heggland Date: Sun, 5 Apr 2026 21:09:36 +0200 Subject: [PATCH] hostmode --- docker-compose.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 9a199c2..3f5285a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,13 +3,20 @@ services: image: lmscommunity/lyrionmusicserver:latest container_name: lms restart: unless-stopped - network_mode: host + network_mode: host environment: + - LMS_IP=${LMS_IP} - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} - - HTTP_PORT=${LMS_HTTP_PORT} +# - HTTP_PORT=${LMS_HTTP_PORT} volumes: - - ./config:/config + - lms_config:/config - ./playlist:/playlist - - ./music:/music + - /data/sky/musikk:/music +# dns: +# - 1.1.1.1 +# - 8.8.8.8 +volumes: + lms_config: +