diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..9a199c2 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,15 @@ +services: + lms: + image: lmscommunity/lyrionmusicserver:latest + container_name: lms + restart: unless-stopped + network_mode: host + environment: + - PUID=${PUID} + - PGID=${PGID} + - TZ=${TZ} + - HTTP_PORT=${LMS_HTTP_PORT} + volumes: + - ./config:/config + - ./playlist:/playlist + - ./music:/music