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