Skip to content

Commit

Permalink
update to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno authored Dec 12, 2023
1 parent 8b08577 commit 7f35978
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ services:
eshopwebmvc:
environment:
- ASPNETCORE_ENVIRONMENT=Docker
- ASPNETCORE_URLS=http://+:80
- ASPNETCORE_URLS=http://+:8080
ports:
- "5106:80"
- "5106:8080"
volumes:
- ~/.aspnet/https:/root/.aspnet/https:ro
- ~/.microsoft/usersecrets:/root/.microsoft/usersecrets:ro
eshoppublicapi:
environment:
- ASPNETCORE_ENVIRONMENT=Docker
- ASPNETCORE_URLS=http://+:80
- ASPNETCORE_URLS=http://+:8080
ports:
- "5200:80"
- "5200:8080"
volumes:
- ~/.aspnet/https:/root/.aspnet/https:ro
- ~/.microsoft/usersecrets:/root/.microsoft/usersecrets:ro

0 comments on commit 7f35978

Please sign in to comment.