Open tamis-laan opened 2 months ago
The prerequisite to this working is "as long as the owner of /var/lib/postgresql/data
matches" -- did you pre-create ./data/postgresql
on your host with appropriate ownership before starting the container? (If not, Docker probably created it for you with 0:0
ownership instead :see_no_evil:)
Using the following docker compose configuration:
postgresql returns:
According to the container docs this should work https://hub.docker.com/_/postgres (see
Arbitrary --user Notes
at the bottom of the page).