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 1a59d43 commit fe0c139Copy full SHA for fe0c139
docker-compose.yml
@@ -9,7 +9,7 @@ services:
9
depends_on:
10
- postgres
11
postgres:
12
- image: postgres:16-alpine
+ image: postgres:17-alpine
13
restart: unless-stopped
14
volumes:
15
- ./data/db:/var/lib/postgresql/data
0 commit comments