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 3e4fff2 commit 0447014Copy full SHA for 0447014
docker-compose.yml
@@ -1,6 +1,7 @@
1
services:
2
postgres: &postgres
3
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