Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Cleanup English.
  • Loading branch information
skyscooby authored Nov 27, 2024
1 parent 3ccf2c7 commit 14555a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ initdb: could not look up effective user ID 1000: user does not exist

The four easiest ways to get around this:

1. on host machine, use the matching UID:GID that the container installs for postgres user/group. This being 999:999 for Debian based containers and 70:70 for Alpine based containers.
1. on the host, use the same UID:GID that the container defines for postgres user/group. These are 999:999 for Debian based containers and 70:70 for Alpine based containers.

2. allow the image to use [the `nss_wrapper` library](https://cwrap.org/nss_wrapper.html) to "fake" `/etc/passwd` contents for you (see [docker-library/postgres#448](https://github.com/docker-library/postgres/pull/448) for more details)

Expand Down

0 comments on commit 14555a0

Please sign in to comment.