Browse Source

docker-compose.yml updated

pull/49/merge
Cesar De la Torre 8 years ago
parent
commit
2ba685cd49
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      docker-compose.yml

+ 0
- 1
docker-compose.yml View File

@ -27,7 +27,6 @@ services:
image: eshop/ordering.api:latest image: eshop/ordering.api:latest
environment: environment:
- ConnectionString=Server=ordering.data;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word - ConnectionString=Server=ordering.data;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word
- ASPNETCORE_ENVIRONMENT=Development
ports: ports:
- "81:80" - "81:80"
# (Go to Production): For secured/final deployment, remove Ports mapping and # (Go to Production): For secured/final deployment, remove Ports mapping and


Loading…
Cancel
Save