Skip to content

Commit eb1df75

Browse files
Minor changes in docker-compose and related for debugging with VS aligned to the latest version of it from VS Tools for Docker
1 parent 7f73803 commit eb1df75

10 files changed

Lines changed: 38 additions & 543 deletions

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
ordering.api:
2626
image: eshop/ordering.api
2727
environment:
28-
- ConnectionString=Server=10.0.75.1;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word
28+
- ConnectionString=Server=ordering.data;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word
2929
ports:
3030
- "81:80"
3131
extra_hosts:
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
# Docker support files
21
docker-compose.yml
3-
docker-compose.debug.yml
42
Dockerfile
5-
Dockerfile.debug

0 commit comments

Comments
 (0)