Compare commits
2
Commits
06b0d5b032
...
be1a3c8b99
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be1a3c8b99 | ||
|
|
a7714777d0 |
+1
-2
@@ -1,11 +1,10 @@
|
|||||||
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user