Skip to content

Commit

Permalink
Added new env variable PGUSER in order to easily run tools such as ps…
Browse files Browse the repository at this point in the history
…ql and pg_dump
  • Loading branch information
ALCooper12 authored and ddlees committed Oct 4, 2024
1 parent 18430cc commit d16c056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
- pg-only
image: docker.io/library/postgres:13.2
environment:
- PGUSER=${BH_POSTGRES_USER:-bloodhound}
- POSTGRES_USER=${BH_POSTGRES_USER:-bloodhound}
- POSTGRES_PASSWORD=${BH_POSTGRES_PASSWORD:-bloodhoundcommunityedition}
- POSTGRES_DB=${BH_POSTGRES_DB:-bloodhound}
Expand Down

0 comments on commit d16c056

Please sign in to comment.