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 3808aff commit 4e88c46Copy full SHA for 4e88c46
example.Dockerfile
@@ -8,7 +8,7 @@ RUN /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -i -v 17
8
# Update the package lists:
9
RUN apt-get update
10
11
-COPY examples/superposition-demo-app/pg_hba.conf /etc/postgresql/15/main/pg_hba.conf
+COPY examples/superposition-demo-app/pg_hba.conf /etc/postgresql/17/main/pg_hba.conf
12
13
COPY docker-compose/postgres/db_init.sql /app/db_init.sql
14
0 commit comments