Just passing by, LGTM!
The error in the logs is probably the `-d` of the `healthcheck` command?
https://git.coopcloud.tech/coop-cloud/nocodb/src/commit/172e8aac650bd777caa3e111963b3097985ca825/compose.yml#L45-L49
The error in the logs is probably the -d of the healthcheck command?
By looking at other recipes, the variables should be escaped, but they're not needed anyway because both user and db are hardcoded, so I changed it to that!
> The error in the logs is probably the `-d` of the `healthcheck` command?
By looking at other recipes, the variables should be escaped, but they're not needed anyway because both user and db are hardcoded, so I changed it to that!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
i also see
FATAL: role "-d" does not existmessages on logs and i'm not sure it's known error, the recipe seems to work correctlyJust passing by, LGTM!
The error in the logs is probably the
-dof thehealthcheckcommand?By looking at other recipes, the variables should be escaped, but they're not needed anyway because both user and db are hardcoded, so I changed it to that!
Does that work @fauno? Merge away if so!
I checked the other recipes, not sure what works 😂
It does!