Compare commits
2
Commits
06b0d5b032
...
be1a3c8b99
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be1a3c8b99 | ||
|
|
a7714777d0 |
+1
-2
@@ -1,11 +1,10 @@
|
||||
version: '3.9'
|
||||
services:
|
||||
lidarr:
|
||||
image: ghcr.io/linuxserver/lidarr:latest
|
||||
container_name: LIDARR
|
||||
healthcheck:
|
||||
test: curl -f http://localhost:8686/ || exit 1
|
||||
restart: on-failure:5
|
||||
restart: always
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user