Skip to content

Commit

Permalink
Added new env variable PGUSER to the examples directory as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ALCooper12 authored and ddlees committed Oct 4, 2024
1 parent d16c056 commit df7efc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
app-db:
image: docker.io/library/postgres:13.2
environment:
- PGUSER=${POSTGRES_USER:-bloodhound}
- POSTGRES_USER=${POSTGRES_USER:-bloodhound}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-bloodhoundcommunityedition}
- POSTGRES_DB=${POSTGRES_DB:-bloodhound}
Expand Down

0 comments on commit df7efc7

Please sign in to comment.