You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2024-05-28-running-sql-server-with-docker-compose.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,4 +33,4 @@ You'll also need to change the _sa_ account password, or create an `.env` file.
33
33
SA_PASSWORD=some_random_password
34
34
```
35
35
36
-
Once this is up and running, you can access it normally through [SSMS](https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms) or [Azure Data Studio](https://learn.microsoft.com/en-us/azure-data-studio/download-azure-data-studio). The connection will require you to use encryption, though that should be handled automatically.
36
+
Now you should be able to get things running with `docker compose up -d`. Check the logs with `docker compose logs -f`. Once this is up and running, you can access it normally through [SSMS](https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms) or [Azure Data Studio](https://learn.microsoft.com/en-us/azure-data-studio/download-azure-data-studio). The connection will require you to use encryption, though that should be handled automatically.
0 commit comments