Skip to content

Commit

Permalink
Use new ASPNETCORE_HTTP_PORTS variable
Browse files Browse the repository at this point in the history
  • Loading branch information
danjov committed Dec 6, 2023
1 parent 453aa26 commit 0ea0d2e
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 @@ -109,7 +109,7 @@ services:
db:
condition: service_healthy
environment:
ASPNETCORE_URLS: http://+:5000
ASPNETCORE_HTTP_PORTS: 5000
DOTNET_USE_POLLING_FILE_WATCHER: 1
CONNECTIONSTRINGS__BdmsContext: Host=db;Username=SPAWNPLOW;Password=YELLOWSPATULA;Database=bdms;CommandTimeout=300
S3__ENDPOINT: http://minio:9000
Expand Down

0 comments on commit 0ea0d2e

Please sign in to comment.