Skip to content

Commit 5bc4e46

Browse files
Update README.md (#2)
1 parent f33cbc5 commit 5bc4e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ languages:
1313
- sql
1414
- tsql
1515
- xml
16-
- yml
16+
- yaml
1717
products:
1818
- azure-sql-database
1919
- blazor
@@ -151,4 +151,4 @@ This project uses the `5000` and `5001` ports for DAB, and the port `1433` for S
151151
```
152152
> **Note:** You can add additional ports to this list as needed.
153153

154-
The `ports` property in `docker-compose.yml` [publishes](https://docs.docker.com/config/containers/container-networking/#published-ports) rather than forwards the port. This will not work in a cloud environment like Codespaces and applications need to listen to `*` or `0.0.0.0` for the application to be accessible externally. Fortunately the `forwardPorts` property does not have this limitation.
154+
The `ports` property in `docker-compose.yml` [publishes](https://docs.docker.com/config/containers/container-networking/#published-ports) rather than forwards the port. This will not work in a cloud environment like Codespaces and applications need to listen to `*` or `0.0.0.0` for the application to be accessible externally. Fortunately the `forwardPorts` property does not have this limitation.

0 commit comments

Comments
 (0)