Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
    - Pass custom postgresql.conf to db

Signed-off-by: Jono Yang <[email protected]>
  • Loading branch information
JonoYang committed Oct 30, 2023
1 parent ad37ccc commit eab5b42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
- docker.env
volumes:
- db_data:/var/lib/postgresql/data/
- ./etc/postgresql/postgresql.conf:/var/lib/postgresql/data/postgresql.conf

web:
build: .
Expand Down

0 comments on commit eab5b42

Please sign in to comment.