Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
james-hollinger committed Feb 24, 2022
1 parent f8f2657 commit 82315a8
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 @@ -40,7 +40,7 @@ services:
ASPNETCORE_URLS: "http://+:8080"
DOTNET_CLI_HOME: "/tmp/DOTNET_CLI_HOME"
ConnectionStrings__PidpDatabase: "host=pidpdb;port=5432;database=postgres;username=postgres;password=postgres"
PlrClient__Url: "pidp-plr-intake:8080/api" # Assuming the PLR intake microservise is also running in Docker
PlrClient__Url: "pidp-plr-intake:8080/api" # Assuming the PLR intake microservice is also running in Docker
volumes:
- ./backend/webapi/:/app
- pidp-webapi-bin:/app/bin
Expand Down

0 comments on commit 82315a8

Please sign in to comment.