Published 10 months ago
Published 10 months ago
alisharify7
Updated 10 months ago
0
Hi,
I’m trying to deploy Safeline at the edge of my network to proxy all requests to internal services within the 192.168.x.x subnet.
Currently, when running Safeline with Docker Compose, it only routes requests to containers inside the same Docker network, which doesn’t allow proxying to external IPs on my internal network.
Is there a recommended way to install or run Safeline without Docker Compose so that it can properly proxy requests to these internal services outside the Docker network?
Thank you!