Skip to content

Commit 685692c

Browse files
author
Patrick M
committed
fix: bolding
1 parent d78fcfe commit 685692c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-05-28-running-sql-server-with-docker-compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ category: "General"
66
tags: ["linux", "docker", "sqlserver", "sql"]
77
---
88

9-
This was much easier than I thought. Using the following docker compose file, you can run SQL Server locally in docker. It is critical to use a volume for the `mssql` directory, <u>**otherwise you will lose all your data when the container restarts**</u>. The image is first party (published by Microsoft) [listed in docker hub](https://hub.docker.com/_/microsoft-mssql-server/), though the container is pulled down from Microsoft's registry directly I think.
9+
This was much easier than I thought. Using the following docker compose file, you can run SQL Server locally in docker. It is critical to use a volume for the `mssql` directory, **<u>otherwise you will lose all your data when the container restarts</u>**. The image is first party (published by Microsoft) [listed in docker hub](https://hub.docker.com/_/microsoft-mssql-server/), though the container is pulled down from Microsoft's registry directly I think.
1010

1111
```yaml
1212
# docker-compose.yaml

0 commit comments

Comments
 (0)