open-webui: hotfix: disable health checks #21

Merged
sid merged 1 commit from develop into master 2026-04-16 01:09:04 +02:00
Showing only changes of commit d623b03316 - Show all commits

View file

@ -36,4 +36,7 @@
# AUDIO_TTS_OPENAI_API_KEY=${config.sops.placeholder."open-webui-oci/tts-api-key"}
# '';
# };
# HOTFIX
virtualisation.oci-containers.containers.open-webui.extraOptions = [ "--health-cmd=none" ];
}