added lms for testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user