Skip to content

Commit

Permalink
Update docker-compose.yml (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
bamurtaugh authored Jan 25, 2024
1 parent 61d0683 commit 960b5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotnet-mssql/.devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ services:
SA_PASSWORD: P@ssw0rd
ACCEPT_EULA: Y

# Add "forwardPorts": ["1433"] to **devcontainer.json** to forward MSSQL locally.
# Add "forwardPorts": ["db:1433"] to **devcontainer.json** to forward MSSQL locally.
# (Adding the "ports" property to this file will not forward from a Codespace.)

0 comments on commit 960b5bf

Please sign in to comment.