mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
No Internet issue and random unresponsiveness from server #1009
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NxP4Code on GitHub (Apr 8, 2021).
Subject of the issue
The server becomes unresponsive after running for a little bit.
It seems the container has no access to the internet
Deployment environment
Synology Docker
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
@RealOrangeOne commented on GitHub (Apr 8, 2021):
This definitely sounds like an issue outside the container. Are you running any other containers which lose outbound connections? Are you able to
pingfrom the host or inside the container?@NxP4Code commented on GitHub (Apr 8, 2021):
I have portainer and pihole both work fine. Inside the container, I don't have a ping command, but I can see in container logs that it cant reach certain sites for images.
I can ping fine from the host to container
@NxP4Code commented on GitHub (Apr 8, 2021):
I think because of this my sync is also not working automatically, I have to manually sync.. seems related?
@BlackDex commented on GitHub (Apr 15, 2021):
The bitwardenrs container isn't able to resolve dns or access the internet. This is either a container issue or host issue.
Maybe some firewall settings or the container has a wrong network setup. It's not something off the application.