Compare commits

..

2 Commits

Author SHA1 Message Date
4a20994511 currently on production 2023-03-04 21:35:25 +00:00
a0494ab5d2 currently on production 2023-03-04 21:34:31 +00:00
2 changed files with 8 additions and 20 deletions

View File

@@ -0,0 +1 @@
Welcome

View File

@@ -1,34 +1,21 @@
version: '3'
services:
lms:
container_name: lms
image: lmscommunity/logitechmediaserver:8.3.0
volumes:
- config:/config
- music:/music:ro
- music:/music
- playlist:/playlist
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
#ports:
# - 9999:9000/tcp
# - 9090:9090/tcp
# - 3483:3483/tcp
# - 3483:3483/udp
networks:
corehomenetwork:
ipv4_address: ${LMS_MACVLAN_IP}
ports:
- 9000:9000/tcp
- 9090:9090/tcp
- 3483:3483/tcp
- 3483:3483/udp
restart: always
volumes:
config:
playlist:
music:
name: music
driver: local
driver_opts:
type: ${LMS_VOLUME_MUSIC_TYPE}
o: ${LMS_VOLUME_MUSIC_O}
device: "${LMS_VOLUME_MUSIC_DEVICE}"
networks:
corehomenetwork:
external: true
name: macvlan_pub_net
external: true # docker volume create --driver local --opt type=none --opt device=/srv/music@nas.lan --opt o=bind music