|
Hello! This is a really neat project that makes spinning up a reverse proxy super simple. However, I am running into some issues. I have rust-rpxy running in a docker container (see the snippet of my docker compose file below). Currently, I have dnsmasq running and resolving Do you guys have any input on what I am doing wrong here? docker compose: config file: edit: I just tried to curl http://domus.files. curl hung for a couple minutes and stopped with no output. Here is the log: |
Replies: 1 comment 3 replies
|
It turns out that if I use the "docker address" of the file server, it ends up working. 192.168.50.168 is the address of the machine running the docker containers. The docker address is usually something in 172.18.0.0/24. A good solution may be configuring my docker network to behave very much like my home network (static IPs for each docker containers). Let me know if anyone that comes across this has more ideas! |
It turns out that if I use the "docker address" of the file server, it ends up working. 192.168.50.168 is the address of the machine running the docker containers. The docker address is usually something in 172.18.0.0/24. A good solution may be configuring my docker network to behave very much like my home network (static IPs for each docker containers).
Let me know if anyone that comes across this has more ideas!