Skip to content

Commit

Permalink
Merge pull request #18 from nktnet1/fix-port-exposure-description
Browse files Browse the repository at this point in the history
fix: port exposure description
  • Loading branch information
Siumauricio authored Jan 23, 2025
2 parents 0c07c98 + d6235d6 commit 0be62eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/docs/core/docker-compose/domains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Understanding Traefik Labels

## Important Considerations

1. **Port Exposure**: Use `expose` instead of `ports` to expose ports to the host machine. This ensures that the ports are not exposed to the host machine.
1. **Port Exposure**: Use `expose` instead of `ports` to limit port access to the container network, avoiding exposure to the host machine.
2. **DNS Configuration**: Ensure you create `A` records pointing to your domain in your DNS Provider Settings.
3. **HTTPS**: For HTTPS, you can use Let's Encrypt or other SSL/TLS certificates.

Expand Down

0 comments on commit 0be62eb

Please sign in to comment.