Remove healthcheck
This commit is contained in:
@@ -14,11 +14,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./librespot/config.toml:/app/config.toml
|
- ./librespot/config.toml:/app/config.toml
|
||||||
- cache:/app/cache
|
- cache:/app/cache
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "wget http://localhost:24877/instance --no-verbose --tries=1 || exit 1"]
|
|
||||||
interval: 10s
|
|
||||||
timeout: 5s
|
|
||||||
retries: 5
|
|
||||||
devices:
|
devices:
|
||||||
- /dev/snd:/dev/snd
|
- /dev/snd:/dev/snd
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user