Replies: 1 comment
-
|
Hi @4l1fe! I'm Dosu and I’m helping the agenta team. The simplest way to do this is to prefix all port mappings in the docker-compose file with For example, in whichever compose file you're using under ports:
- "3000:3000"to: ports:
- "127.0.0.1:3000:3000"You'd want to do this for all services that expose ports to the host, including traefik ( The containers will still internally bind to To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey. I see that by default web UI is served on 0.0.0.0 address. I prefer to have local services closed to public access and run them on 127.0.0.1.
How could i configure all the docker compose containers to listen 127.0.0.1 externally on a host system?
Beta Was this translation helpful? Give feedback.
All reactions