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 7db5099 commit cd71623Copy full SHA for cd71623
docker-compose.yml
@@ -1,7 +1,7 @@
1
services:
2
3
db:
4
- image: postgres:12
+ image: postgres:17
5
restart: always
6
healthcheck:
7
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"]
0 commit comments