Skip to content

Commit

Permalink
Create docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaviAkshintala authored Jun 25, 2024
1 parent abf8474 commit fc753c9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: "3.9"
services:
sql-server-db:
container_name: testcontainer
image: acr.azurecr.io/testimage:v1
ports:
- "1433:1433"
environment:
SA_PASSWORD: "PWD"
ACCEPT_EULA: "Y"
HOSTNAME: ${COMPUTERNAME}
volumes:
- C:\Volume1:C:\MountToHost

0 comments on commit fc753c9

Please sign in to comment.