Compare commits
3
Commits
06b0d5b032
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
66ed68634d | ||
|
|
be1a3c8b99 | ||
|
|
a7714777d0 |
+2
-2
@@ -1,16 +1,16 @@
|
|||||||
version: '3.9'
|
|
||||||
services:
|
services:
|
||||||
lidarr:
|
lidarr:
|
||||||
image: ghcr.io/linuxserver/lidarr:latest
|
image: ghcr.io/linuxserver/lidarr:latest
|
||||||
container_name: LIDARR
|
container_name: LIDARR
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl -f http://localhost:8686/ || exit 1
|
test: curl -f http://localhost:8686/ || exit 1
|
||||||
restart: on-failure:5
|
restart: always
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
volumes:
|
volumes:
|
||||||
- /volume1/Datas/Music:/music:rw
|
- /volume1/Datas/Music:/music:rw
|
||||||
- /volume1/docker/lidarr/config:/config:rw
|
- /volume1/docker/lidarr/config:/config:rw
|
||||||
|
- /volume1/Downloads:/downloads #optional
|
||||||
environment:
|
environment:
|
||||||
TZ: Europe/Paris
|
TZ: Europe/Paris
|
||||||
PGID: 100
|
PGID: 100
|
||||||
|
|||||||
Reference in New Issue
Block a user