Skip to content

Commit a5a9ad4

Browse files
committed
fix configs
1 parent ee389f0 commit a5a9ad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/config/.brudi.postgresql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pgdump:
22
options:
33
flags:
4-
host: 127.0.0.1
4+
host: host.docker.internal
55
port: 5432
66
password: postgresroot
77
username: postgresuser

example/docker-compose/postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ volumes:
66

77
services:
88
postgres:
9-
image: postgres:12
9+
image: postgres:17
1010
volumes:
1111
- postgres-data:/var/lib/postgresql/data
1212
environment:

0 commit comments

Comments
 (0)