-
Notifications
You must be signed in to change notification settings - Fork 59.7k
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
I don't think it's a good idea to convert the domain into IP in the Dockerfile. #1076
Comments
good suggestions,when i use docker to deploy this project: |
@weicun581 you do know your api key is shown in your post right... :) |
😂😂😂forgot to hide the key, thanks for the remind |
No perfect solution yet, so I decide to leave it as no change. |
Related discussion: #1569 |
host=$(nslookup $host | grep -A1 'Name:' | tail -1 | awk '{print $2}')
It means the IP address will be fixed, once the container is started. However, in some cases, the results of DNS will be change.
So, is there a better way to solve this problem? Mayby, the nslookup should be used for each of the proxy connection?
Originally posted by @cddc in #1052 (comment)
The text was updated successfully, but these errors were encountered: