Replies: 1 comment
-
Why dont you work with iptables DOCKER-USER Chain? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'm trying to get a self-hosted SigNoz running on my server via plain Docker Compose. Checking the compose file, I noticed that it publishes a number of ports by default. Unfortunately, it is a known and longstanding issue in Docker that publishing container ports punches holes in the firewall, exposing them to the public. I'd like to lock down the access as much as possible. With that in mind, how should I adjust the default configuration? What services need to be exposed publicly and what can be left isolated on the bridge network/host machine? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions