File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
- ARG PGADMIN4_VERSION=3.0
1
+ ARG PGADMIN4_VERSION=4.22
2
2
FROM dpage/pgadmin4:${PGADMIN4_VERSION}
3
3
4
4
# ================================================================================================
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2018 Docker Framework
3
+ Copyright (c) 2020 Docker Framework
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
- version : ' 3.2 '
1
+ version : ' 3.6 '
2
2
3
3
services :
4
4
@@ -7,7 +7,7 @@ services:
7
7
# ================================================================================================
8
8
postgresql :
9
9
restart : always
10
- image : dockerframework/postgresql
10
+ image : dockerframework/postgresql:12.3
11
11
ports :
12
12
- " ${POSTGRES_PORT}:5432"
13
13
volumes :
Original file line number Diff line number Diff line change 1
- version : ' 3.2 '
1
+ version : ' 3.6 '
2
2
3
3
services :
4
4
@@ -7,14 +7,14 @@ services:
7
7
# ================================================================================================
8
8
postgresql :
9
9
restart : always
10
- image : dockerframework/postgresql
10
+ image : dockerframework/postgresql:12.3
11
11
ports :
12
12
- " 8119:5432"
13
13
volumes :
14
14
- /etc/localtime:/etc/localtime:ro
15
15
- ./data/postgresql:/var/lib/postgresql # volume for data
16
16
environment :
17
- - POSTGRES_VERSION=10.2
17
+ - POSTGRES_VERSION=12.3
18
18
- POSTGRES_ROOT_HOST=postgresql # grant user hostmask (optional)
19
19
- POSTGRES_DATABASE=laradock_postgresql # create database (optional)
20
20
- POSTGRES_USER=laradock # grant user name (optional)
@@ -36,7 +36,6 @@ services:
36
36
- ./session/pgadmin:/sessions # volume for sessions
37
37
- ./data/pgadmin:/var/lib/pgadmin/storage
38
38
environment :
39
- - PGADMIN_VERSION=3.0
39
+ - PGADMIN_VERSION=4.22
40
40
- PGADMIN_DEFAULT_EMAIL=laradock@laradock.io
41
41
- PGADMIN_DEFAULT_PASSWORD=password
42
-
You can’t perform that action at this time.
0 commit comments