Skip to content

Commit a094e71

Browse files
committed
Update postgres-docker-compose.yml
1 parent 4957ab5 commit a094e71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ETL/postgres-docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ services:
1313
POSTGRES_DB: discogs
1414
volumes:
1515
volumes:
16-
- /mnt/secondavoluma/postgres:/var/lib/postgresql/data
17-
- ./postgresql.conf:/etc/postgresql/postgresql.conf
18-
- ./pg_hba.conf:/etc/postgresql/pg_hba.conf
16+
- /mnt/secondavoluma/postgres:/var/lib/postgresql/data
17+
- ./postgresql.conf:/etc/postgresql/postgresql.conf
18+
- ./pg_hba.conf:/etc/postgresql/pg_hba.conf
1919

2020
command: ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]

0 commit comments

Comments
 (0)