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 f032dc1 commit c6768aaCopy full SHA for c6768aa
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG PGADMIN4_VERSION=4.22
+ARG PGADMIN4_VERSION=4.29
2
FROM dpage/pgadmin4:${PGADMIN4_VERSION}
3
4
# ================================================================================================
docker-compose.yml
@@ -36,6 +36,6 @@ services:
36
- ./session/pgadmin:/sessions # volume for sessions
37
- ./data/pgadmin:/var/lib/pgadmin/storage
38
environment:
39
- - PGADMIN_VERSION=4.22
+ - PGADMIN_VERSION=4.29
40
- PGADMIN_DEFAULT_EMAIL=laradock@laradock.io
41
- PGADMIN_DEFAULT_PASSWORD=password
0 commit comments