changed docker image to stable
This commit is contained in:
@@ -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
|
||||
@@ -20,3 +23,7 @@ volumes:
|
||||
music:
|
||||
external: true
|
||||
name: music
|
||||
networks:
|
||||
lms:
|
||||
reverseproxy_public:
|
||||
external: trues
|
||||
Reference in New Issue
Block a user