Remove healthcheck

This commit is contained in:
Daniel Kluge
2022-11-06 19:31:32 +01:00
parent a55bb17c58
commit e292d64ee3
-5
View File
@@ -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