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.
2 parents f5d5329 + 0447014 commit aea5786Copy full SHA for aea5786
docker-compose.yml
@@ -1,6 +1,7 @@
1
services:
2
postgres: &postgres
3
- image: postgres:latest
+ image: postgres:17
4
+ pull_policy: always
5
container_name: postgres
6
environment:
7
PGPORT: 5432
tests/docker-compose.yml
command: -c 'config_file=/etc/postgresql/postgresql.conf'
restart: always
0 commit comments