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 a0c83d1 commit b240164Copy full SHA for b240164
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