We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I get this in the docker logs when doing docker up.
/usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/01-init.sh PostgreSQL Database directory appears to contain a database; Skipping initialization
Looking at docker-entrypoint.sh it looks like it's because PG_VERSION exists in the postgres data dir.
docker-entrypoint.sh
PG_VERSION
https://github.com/docker-library/postgres/blob/master/13/alpine/docker-entrypoint.sh#L227