documentation
This commit is contained in:
29
docker-compose.yaml
Normal file
29
docker-compose.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
version: '3'
|
||||
services:
|
||||
lms:
|
||||
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
|
||||
- 3483:3483/tcp
|
||||
- 3483:3483/udp
|
||||
restart: always
|
||||
volumes:
|
||||
config:
|
||||
playlist:
|
||||
music:
|
||||
external: true
|
||||
name: music
|
||||
networks:
|
||||
lms:
|
||||
reverseproxy_public:
|
||||
external: trues
|
||||
Reference in New Issue
Block a user