Skip to content

Commit

Permalink
Merge pull request #68 from tebrizetayi/Docker_Compose_Postgres
Browse files Browse the repository at this point in the history
Docker compose: Database is uninitialized and superuser password is not specified.
  • Loading branch information
RichardKnop committed Oct 19, 2020
2 parents 0e093a4 + 3bc084b commit d02a401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Expand Up @@ -32,6 +32,7 @@ services:
POSTGRES_USER: "go_oauth2_server"
POSTGRES_PASSWORD: ""
POSTGRES_DB: "go_oauth2_server"
POSTGRES_HOST_AUTH_METHOD: "trust"

app:
container_name: go_oauth2_server
Expand Down

0 comments on commit d02a401

Please sign in to comment.