awesome-compose/aspnet-mssql/docker-compose.yaml
Anca Iordache 77c6920a83 Fix default port mapping and indentation
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-03-24 00:44:49 +01:00

12 lines
189 B
YAML

version: "3.7"
services:
web:
build: app
ports:
- 80:80
db:
environment:
ACCEPT_EULA: "Y"
SA_PASSWORD: example_123
image: microsoft/mssql-server-linux