Skip to content

Commit

Permalink
chore: auth
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Apr 19, 2024
1 parent 3ca95c6 commit 21bd901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pgadmin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_VERSION=8.5
FROM dpage/pgadmin4:${BASE_VERSION}

ENV PGADMIN_CONFIG_SERVER_MODE="False"
ENV PGADMIN_CONFIG_SERVER_MODE="True"
ENV PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED="False"

ENV POSTGRES_HOST="postgres"
Expand Down

0 comments on commit 21bd901

Please sign in to comment.