Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 414 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 414 Bytes

docker-sqlserver

docker compose for sqlserver database

create container with docker-compose

docker-compose up -d

start container with docker compose

docker-compose start

stop container with docker compose

docker-compose stop

db info

hostname: localhost
port: 1433
username: sa
password: Password_12