changed docker image to stable

This commit is contained in:
2024-05-25 10:51:07 +01:00
parent 3341f92fca
commit 2d344f3791

View File

@@ -1,13 +1,16 @@
version: '3'
services:
lms:
image: lmscommunity/logitechmediaserver:8.3.0
image: lmscommunity/logitechmediaserver:stable
volumes:
- config:/config
- music:/music
- playlist:/playlist
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
networks:
lms:
reverseproxy_public:
ports:
- 9000:9000/tcp
- 9090:9090/tcp
@@ -19,4 +22,8 @@ volumes:
playlist:
music:
external: true
name: music
name: music
networks:
lms:
reverseproxy_public:
external: trues