This commit is contained in:
Jose Daniel G. Percy 2025-04-24 01:29:28 +08:00
parent 30b5b23868
commit ce635cb32b

View File

@ -14,7 +14,7 @@ services:
# Add healthcheck to verify Lavalink is ready # Add healthcheck to verify Lavalink is ready
healthcheck: healthcheck:
test: > test: >
curl -H "Authorization: ${LAVALINK_PASSWORD}" -f http://localhost:2333/versionkk curl -H "Authorization: ${LAVALINK_PASSWORD}" -f http://localhost:2333/version
interval: 5s interval: 5s
timeout: 5s timeout: 5s
retries: 3 retries: 3