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 891bd4a commit cd4a72dCopy full SHA for cd4a72d
docker/dev/docker-compose.yml
@@ -9,7 +9,7 @@ x-logging: &logging
9
services:
10
postgres:
11
container_name: postgres
12
- image: 'postgres:15'
+ image: 'postgres:17'
13
environment:
14
POSTGRES_USER: postgres
15
POSTGRES_PASSWORD: password
docker/prod/docker-compose.yml
@@ -7,7 +7,7 @@ x-logging: &logging
7
8
POSTGRES_USER: ${POSTGRES_USER}
0 commit comments