Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compose.yaml: specify user for postgres (#1140)
This container was emitting `FATAL: role "root" does not exist` which lead me to suspect an issue with some invocation of psql internally running as root. I didn't investigate further as setting the user to postgres seems to fix the issue. Tested with podman compose on macOS.
- Loading branch information