mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-26 06:33:36 +00:00
Update docker-compose.yml
This commit is contained in:
parent
ca81b007f5
commit
b6a7a60084
@ -1,4 +1,5 @@
|
|||||||
version: "2.1"
|
version: "2.1"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
lidarr:
|
lidarr:
|
||||||
image: lscr.io/linuxserver/lidarr:latest
|
image: lscr.io/linuxserver/lidarr:latest
|
||||||
@ -6,7 +7,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=America/Chicago
|
- TZ=Europe/Berlin
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/lidarr/config:/config
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/lidarr/config:/config
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/lidarr/music:/music
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/lidarr/music:/music
|
||||||
|
Loading…
x
Reference in New Issue
Block a user