hostmode
This commit is contained in:
@@ -5,11 +5,18 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
|
- LMS_IP=${LMS_IP}
|
||||||
- PUID=${PUID}
|
- PUID=${PUID}
|
||||||
- PGID=${PGID}
|
- PGID=${PGID}
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
- HTTP_PORT=${LMS_HTTP_PORT}
|
# - HTTP_PORT=${LMS_HTTP_PORT}
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- lms_config:/config
|
||||||
- ./playlist:/playlist
|
- ./playlist:/playlist
|
||||||
- ./music:/music
|
- /data/sky/musikk:/music
|
||||||
|
# dns:
|
||||||
|
# - 1.1.1.1
|
||||||
|
# - 8.8.8.8
|
||||||
|
volumes:
|
||||||
|
lms_config:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user