changed docker image to stable
This commit is contained in:
@@ -1,13 +1,16 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
lms:
|
lms:
|
||||||
image: lmscommunity/logitechmediaserver:8.3.0
|
image: lmscommunity/logitechmediaserver:stable
|
||||||
volumes:
|
volumes:
|
||||||
- config:/config
|
- config:/config
|
||||||
- music:/music
|
- music:/music
|
||||||
- playlist:/playlist
|
- playlist:/playlist
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
networks:
|
||||||
|
lms:
|
||||||
|
reverseproxy_public:
|
||||||
ports:
|
ports:
|
||||||
- 9000:9000/tcp
|
- 9000:9000/tcp
|
||||||
- 9090:9090/tcp
|
- 9090:9090/tcp
|
||||||
@@ -20,3 +23,7 @@ volumes:
|
|||||||
music:
|
music:
|
||||||
external: true
|
external: true
|
||||||
name: music
|
name: music
|
||||||
|
networks:
|
||||||
|
lms:
|
||||||
|
reverseproxy_public:
|
||||||
|
external: trues
|
||||||
Reference in New Issue
Block a user