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.
1 parent b9dc0fc commit 09b2de9Copy full SHA for 09b2de9
Dockerfile
@@ -2,6 +2,6 @@ FROM bitnami/postgresql
2
3
ENV POSTGRES_USER=admin
4
ENV POSTGRES_PASSWORD=secret
5
-ENV POSTGRES_DB=mydb
+ENV POSTGRESQL_DATABASE=mydb
6
7
CMD ["postgres"]
0 commit comments