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 4abd43e commit 35f6aaaCopy full SHA for 35f6aaa
docker-compose.yml
@@ -1,7 +1,7 @@
1
services:
2
postgres:
3
restart: unless-stopped
4
- image: postgres:13-alpine
+ image: postgres:16-alpine
5
ports:
6
- "127.0.0.1:7777:5432"
7
environment:
0 commit comments