-
Notifications
You must be signed in to change notification settings - Fork 4
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
The process seems to get stuck upon start of the container and doesn't sync any changes #9
Comments
Hello and apologize for the delay. To confirm, the Realistically, I think this comes down to improving logging if/when there are issues. |
@atoy3731 I appear to be having a similar issue. I've confirmed that there are no connectivity issues between my two AdGuard Home instances. In fact, I had used this container a while back (a long time ago) without issue. That makes me wonder if it's possible that an update to Adguard, itself, is causing issues. Here is the log output I receive:
|
I'm having the same issue. I tried giving
|
What image version of adguard-sync are you using? Can you try to update your docker-compose.yaml to use |
Thanks for creating this software, it will be very handy for me when I get it up and running. I'm having some issues and wondered if you could help?
Here is my environment:
Primary AdGuard host
Secondary AdGuard host
adguard-sync docker-compose.yml file contents
Issue
When I do a docker-compose up -d on the adguard-sync folder, it gets created and starts running. However when I tail the logs with docker logs -tf adguard-sync it just has a single entry as follows:
2021-12-21T23:04:15.314397989Z Running Adguard Sync for 'http://192.168.88.174:3000' => 'http://192.168.88.35:3000'..
No further entries ever appear, and when I make changes to the configuration of my primary AdGuard container, they never get synchronised to the secondary one. Any ideas what might be going wrong in my setup?
The text was updated successfully, but these errors were encountered: