Skip to content

Commit

Permalink
Added container names
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaprawa committed May 23, 2020
1 parent ab060d8 commit c7bb4ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MVC/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3.2"
services:
mvc-web:
build: .
container_name: mvc
environment:
ASPNETCORE_ENVIRONMENT: "Production"
ports:
Expand All @@ -13,6 +14,7 @@ services:
restart: unless-stopped
db:
image: "mcr.microsoft.com/mssql/server:2019-GA-ubuntu-16.04"
container_name: mvc-db
restart: always
environment:
MSSQL_SA_PASSWORD: "3XSsBjPkcnfR"
Expand Down

0 comments on commit c7bb4ba

Please sign in to comment.