mirror of
https://github.com/tiennm99/coolify.git
synced 2026-07-20 00:18:10 +00:00
`||` caused config volumes to mount even when conf was null, since `!is_null(null)` is false but `!empty(null)` is true — condition always evaluated to true.