-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Communication between sites #1
Comments
hello, i got an error when follow your tutorial, please help, thanks a lot!
docker-compose --version docker --version |
Visit this github page and follow the girl command but where the version number is change it to the latest based on your Docker version. I see yours is 18.03.0 so your compose version might be 3.0 (double check). Once you've done that change the 3 in your compose file to '2' . for some reason it complains about the 3. I hope this helps. |
Hello, thanks for sharing this.
How would you suggest that site1 container should communicate with site2 container through proxy container? So that when I make an http request from site1's container to 'site2.example.com' it would route through reverse_proxy_proxy_1 container instead of going through the public internet.?
I would like to avoid using docker container names (e.g site1_web_1) since they are not valid urls and they cause problems in most web frameworks if used as host headers
The text was updated successfully, but these errors were encountered: