Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno authored Jan 2, 2024
1 parent 46a8ef8 commit 297893f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet-compliance/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
dockerfile: ./eShopLite/Store/Dockerfile
environment:
- ProductEndpoint=http://backend:8080
- ImagePrefix=http://localhost
- ImagePrefix=http://localhost:32001
ports:
- "32000:8080"
depends_on:
Expand Down

0 comments on commit 297893f

Please sign in to comment.