Skip to content

Commit

Permalink
Remove useless configuration parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-klein committed Apr 26, 2020
1 parent 5c49d53 commit d70a22a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Expand Up @@ -14,10 +14,8 @@ services:
-c max_sync_workers_per_subscription=2
-c max_worker_processes=8
-c max_wal_senders=10
-c hba_file=/etc/postgres/pg_hba.conf
volumes:
- ./volumes/postgres1/:/var/lib/postgresql/data/
- ./pg_hba.conf:/etc/postgres/pg_hba.conf

postgres2:
image: postgres:12.2-alpine
Expand All @@ -33,7 +31,5 @@ services:
-c max_sync_workers_per_subscription=2
-c max_worker_processes=8
-c max_wal_senders=10
-c hba_file=/etc/postgres/pg_hba.conf
volumes:
- ./volumes/postgres2/:/var/lib/postgresql/data/
- ./pg_hba.conf:/etc/postgres/pg_hba.conf

0 comments on commit d70a22a

Please sign in to comment.