Skip to content

Commit

Permalink
fix: port exposure description
Browse files Browse the repository at this point in the history
The current description:

> 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.

is contradictory.
  • Loading branch information
nktnet1 authored Jan 14, 2025
1 parent 596cdd7 commit d6235d6
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 d6235d6

Please sign in to comment.