Skip to content

Commit b64cc27

Browse files
Update version pgadmin to 4.22
1 parent b249b33 commit b64cc27

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PGADMIN4_VERSION=3.0
1+
ARG PGADMIN4_VERSION=4.22
22
FROM dpage/pgadmin4:${PGADMIN4_VERSION}
33

44
# ================================================================================================

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Docker Framework
3+
Copyright (c) 2020 Docker Framework
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docker-compose.skeleton.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.2'
1+
version: '3.6'
22

33
services:
44

@@ -7,7 +7,7 @@ services:
77
#================================================================================================
88
postgresql:
99
restart: always
10-
image: dockerframework/postgresql
10+
image: dockerframework/postgresql:12.3
1111
ports:
1212
- "${POSTGRES_PORT}:5432"
1313
volumes:

docker-compose.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.2'
1+
version: '3.6'
22

33
services:
44

@@ -7,14 +7,14 @@ services:
77
#================================================================================================
88
postgresql:
99
restart: always
10-
image: dockerframework/postgresql
10+
image: dockerframework/postgresql:12.3
1111
ports:
1212
- "8119:5432"
1313
volumes:
1414
- /etc/localtime:/etc/localtime:ro
1515
- ./data/postgresql:/var/lib/postgresql # volume for data
1616
environment:
17-
- POSTGRES_VERSION=10.2
17+
- POSTGRES_VERSION=12.3
1818
- POSTGRES_ROOT_HOST=postgresql # grant user hostmask (optional)
1919
- POSTGRES_DATABASE=laradock_postgresql # create database (optional)
2020
- POSTGRES_USER=laradock # grant user name (optional)
@@ -36,7 +36,6 @@ services:
3636
- ./session/pgadmin:/sessions # volume for sessions
3737
- ./data/pgadmin:/var/lib/pgadmin/storage
3838
environment:
39-
- PGADMIN_VERSION=3.0
39+
- PGADMIN_VERSION=4.22
4040
- PGADMIN_DEFAULT_EMAIL=laradock@laradock.io
4141
- PGADMIN_DEFAULT_PASSWORD=password
42-

0 commit comments

Comments
 (0)