Skip to content

Commit 866d207

Browse files
author
Patrick M
committed
feat: add a note about docker up
1 parent 8391510 commit 866d207

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
@@ -33,4 +33,4 @@ You'll also need to change the _sa_ account password, or create an `.env` file.
3333
SA_PASSWORD=some_random_password
3434
```
3535

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

Comments
 (0)