Move all samples to the root dir
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
11
aspnet-mssql/docker-compose.yaml
Normal file
11
aspnet-mssql/docker-compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
web:
|
||||
build: app
|
||||
ports:
|
||||
- 80:80
|
||||
db:
|
||||
environment:
|
||||
ACCEPT_EULA: "Y"
|
||||
SA_PASSWORD: example_123
|
||||
image: microsoft/mssql-server-linux
|
||||
Reference in New Issue
Block a user