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 c11052c commit b559dffCopy full SHA for b559dff
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG POSTGRES_VERSION=12.3
+ARG POSTGRES_VERSION=12.5
2
FROM postgres:${POSTGRES_VERSION}
3
4
# ================================================================================================
docker-compose.yml
@@ -15,7 +15,7 @@ services:
15
- /etc/localtime:/etc/localtime:ro
16
- ./data/postgresql:/var/lib/postgresql # volume for data
17
environment:
18
- - POSTGRES_VERSION=12.3
+ - POSTGRES_VERSION=12.5
19
- POSTGRES_ROOT_HOST=postgresql # grant user hostmask (optional)
20
- POSTGRES_DATABASE=laradock_postgresql # create database (optional)
21
- POSTGRES_USER=laradock # grant user name (optional)
0 commit comments