added lms for testing

This commit is contained in:
2023-02-18 19:24:31 -06:00
parent df12c8a3d0
commit 09e82f3bfc

View File

@@ -258,8 +258,8 @@ services:
- /etc/localtime:/etc/localtime:ro
mstream:
image: lscr.io/linuxserver/mstream:latest
container_name: mstream
image: lscr.io/linuxserver/mstream:latest
environment:
- PUID=${PUID}
- PGID=${PGID}
@@ -271,6 +271,17 @@ services:
- ./appdata/mstream:/config
- /mnt/storage/music:/music
lms:
container_name: lms
hostname: lms
image: epoupon:/lms:latest
ports:
- 5082:5082
restart: always
volumes:
- ./appdata/lms:/var/lms
- /mnt/storage/music:/music:ro
nginxproxymanager:
container_name: nginxproxymanager
hostname: nginxproxymanager