Files
lms/docker-compose.yaml
marcio.fernandes 0a3add4e5f
Some checks failed
deploy / deploy (push) Has been cancelled
Update docker-compose.yaml
2024-11-13 21:05:10 +00:00

27 lines
545 B
YAML

services:
lms:
image: lmscommunity/logitechmediaserver:stable
environment:
HTTP_PORT: "9002"
volumes:
- config:/config
- /mnt/media:/media:ro
- playlist:/playlist
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
networks:
lms:
reverseproxy_public:
ports:
- 9002:9002/tcp
- 9090:9090/tcp
- 3483:3483/tcp
- 3483:3483/udp
restart: always
volumes:
config:
playlist:
networks:
lms:
reverseproxy_public:
external: true