Skip to content

Commit 38433d4

Browse files
committed
Fix bullet point formatting in introduction-to-dev-containers.md
1 parent 64404d9 commit 38433d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ For information about how to choose your preferred dev container configuration w
5555

5656
When configuring your dev container, consider security implications, especially for port forwarding and network access:
5757

58-
- **Port visibility**: By default, forwarded ports are private to you. Consider whether ports need to be accessible to your organization or publicly accessible
59-
- **Automated port configuration**: Use `postAttachCommand` with the {% data variables.product.prodname_cli %} to automatically apply consistent port visibility settings
60-
- **Organization policies**: Work within your organization's port visibility policies if they have restrictions in place
61-
- **Minimal port exposure**: Only forward ports that are necessary for development and testing
58+
* **Port visibility**: By default, forwarded ports are private to you. Consider whether ports need to be accessible to your organization or publicly accessible
59+
* **Automated port configuration**: Use `postAttachCommand` with the {% data variables.product.prodname_cli %} to automatically apply consistent port visibility settings
60+
* **Organization policies**: Work within your organization's port visibility policies if they have restrictions in place
61+
* **Minimal port exposure**: Only forward ports that are necessary for development and testing
6262

6363
For detailed guidance on secure port forwarding configurations, see [AUTOTITLE](/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/securing-port-forwarding-in-dev-containers).
6464

0 commit comments

Comments
 (0)