thisisthesetupused

This commit is contained in:
2026-04-06 14:49:22 +02:00
parent 3672f8fc0e
commit 0def244285

View File

@@ -3,17 +3,24 @@ services:
image: lmscommunity/lyrionmusicserver:latest image: lmscommunity/lyrionmusicserver:latest
container_name: lms container_name: lms
restart: unless-stopped restart: unless-stopped
network_mode: host
environment: environment:
- LMS_IP=${LMS_IP} - LMS_IP=${LMS_IP}
- PUID=${PUID} - PUID=${PUID}
- PGID=${PGID} - PGID=${PGID}
- TZ=${TZ} - TZ=${TZ}
- HTTP_PORT=${LMS_HTTP_PORT} - HTTP_PORT=${LMS_HTTP_PORT}
ports:
- "${LMS_IP}:3483:3483"
- "${LMS_IP}:3483:3483/udp"
volumes: volumes:
- lms_config:/config - lms_config:/config
- ./playlist:/playlist - ./playlist:/playlist
- /data/sky/musikk:/music - /data/sky/musikk:/music
networks:
- proxy_net
volumes: volumes:
lms_config: lms_config:
networks:
proxy_net:
external: true