We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7b338 commit 155280aCopy full SHA for 155280a
test/src/test/resources/docker/postgresql/Dockerfile
@@ -1,4 +1,4 @@
1
FROM debezium/postgres:12
2
COPY init.sql /docker-entrypoint-initdb.d/
3
-
+ENV POSTGRES_HOST_AUTH_METHOD "trust"
4
USER postgres
0 commit comments