You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postgres requires a data directory which is owned by the postgres user and writeable only by that user (700 permissions). The README implies that one can set these permissions as required, but this is not really the case. Permissions from the local filesystem are not really affected on a mounted volume in a container.
The text was updated successfully, but these errors were encountered:
Postgres requires a data directory which is owned by the postgres user and writeable only by that user (700 permissions). The README implies that one can set these permissions as required, but this is not really the case. Permissions from the local filesystem are not really affected on a mounted volume in a container.
The text was updated successfully, but these errors were encountered: