You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And then run the image on the server, an error will occur
2018-04-12T03:40:51.04043973 [Info] [openvpn binary check] Process exited with error: exit status 1
2018-04-12T03:40:53.998814509 [Error] [Mysterium.api] Post https://api.mysterium.network//identities: dial tcp: lookup api.mysterium.network on 8.8.8.8:53: no such host
Post https://api.mysterium.network//identities: dial tcp: lookup api.mysterium.network on 8.8.8.8:53: no such host
I know I should replace api.mysterium.network with my own API server, but I need to rebuild the server image after I create a Mysterium API server. How to solve it? Can we pass the addresses at the runtime?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had activity for a long time. If this issue is still valid, please ping a maintainer and ask them to label it as "pinned". Thank you for your contributions.
Question
Do the URL
MYSTERIUM_API_URL
and NATS addressNATS_SERVER_IP
be set at runtime like this?Issue
Currently, if we set
.env
like below and build the server(Mysterium Node) image.And then run the image on the server, an error will occur
I know I should replace
api.mysterium.network
with my own API server, but I need to rebuild the server image after I create a Mysterium API server. How to solve it? Can we pass the addresses at the runtime?The text was updated successfully, but these errors were encountered: