Skip to content
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

fresh install and old installs with fresh updates becomes not working #102

Closed
KvizadSaderah opened this issue Apr 24, 2023 · 5 comments
Closed

Comments

@KvizadSaderah
Copy link

i've got peer's endpoints looking like that

Endpoint = :51820

in case i'm putting server ip in it, as it should be, still not helping...

where should i also perform changes? :(

@KvizadSaderah
Copy link
Author

anyone have ideas/solutions?

@garryfreeman
Copy link

were you able to solve the problem?

@garryfreeman
Copy link

garryfreeman commented Apr 28, 2023

   unbound:
-    image: "mvance/unbound:latest"
+    image: "mvance/unbound:1.12.0"
     container_name: unbound
     restart: unless-stopped
     hostname: "unbound"

this changes in docker-compose.yml helped me

@KvizadSaderah
Copy link
Author

I would try it!

@KvizadSaderah
Copy link
Author

   unbound:
-    image: "mvance/unbound:latest"
+    image: "mvance/unbound:1.12.0"
     container_name: unbound
     restart: unless-stopped
     hostname: "unbound"

this changes in docker-compose.yml helped me

IT WORKED! Thank you sir!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants