We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a53fb commit 8407ad1Copy full SHA for 8407ad1
database/Dockerfile
@@ -1,12 +1,12 @@
1
-FROM bitnami/postgresql:17-debian-12
+FROM postgres:17.6
2
3
WORKDIR /docker-entrypoint-initdb.d
4
5
# Dummy data
6
ADD data.sql /docker-entrypoint-initdb.d/data.sql
7
8
-ENV POSTGRESQL_PASSWORD sample_root
9
-ENV POSTGRESQL_DATABASE sample_handling
10
-ENV POSTGRESQL_USERNAME sample_handling
+ENV POSTGRES_PASSWORD sample_root
+ENV POSTGRES_DB sample_handling
+ENV POSTGRES_USER sample_handling
11
12
EXPOSE 5432
0 commit comments