tighten / takeout

Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now.
MIT License
1.59k stars 83 forks source link

Mssql add data volume #275

Closed bandgeekndb closed 2 years ago

bandgeekndb commented 2 years ago

Just as the title says, this enables the Microsoft SQL Server container to use a data volume just like other database services.

Command is taken straight from MS documentation: https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-docker-container-configure?view=sql-server-ver15&pivots=cs1-bash#use-data-volume-containers

mattstauffer commented 2 years ago

Thanks so much @bandgeekndb!