Skip to content

Commit

Permalink
Updating docker compose default environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
phutelmyer committed Nov 15, 2022
1 parent 7bbaec8 commit cfe93be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
networks:
- strelkanet
environment:
- DATABASE_HOST=postgresdb
- DATABASE_HOST=strelka-ui-postgresdb-1
- DATABASE_NAME=strelka_ui
- DATABASE_USERNAME=postgres
- DATABASE_PASSWORD=postgres
Expand Down

0 comments on commit cfe93be

Please sign in to comment.