Add fallible
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 19s

This commit is contained in:
2026-03-10 13:33:54 +00:00
parent 4be7e60394
commit 5b041d7364

View File

@@ -12,5 +12,6 @@ output.icecast(
port=${ICECAST_PORT}, port=${ICECAST_PORT},
password="${ICECAST_SOURCE_PASSWORD}", password="${ICECAST_SOURCE_PASSWORD}",
mount="${ICECAST_MOUNT}", mount="${ICECAST_MOUNT}",
fallible=true,
radio radio
) )