Skip to content

VPN Drops out every minute or so. Everything was working fine before I changed VPN providers to Nord. #2815

Answered by amrdeus2
amrdeus2 asked this question in Q&A
Discussion options

You must be logged in to vote

Ok that kind of helped! Thanks very much!

Turning other containers off pointed me in the direction of looking at dependencies in other containers. For some reason it looks like my healthcheck was partially deleted. I just added the following and it worked fine:

" healthcheck:
test: curl -f http://192.168.x.xxx:9091 || exit 1
interval: 5m00s
timeout: 10s
retries: 2
"
This should've been obvious. I'm sorry for this whole hassle. Thanks so much for your help, honestly wouldn't have done it without you!

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
2 replies
@amrdeus2
Comment options

@ilike2burnthing
Comment options

Comment options

You must be logged in to vote
7 replies
@ilike2burnthing
Comment options

@amrdeus2
Comment options

@ilike2burnthing
Comment options

@amrdeus2
Comment options

Answer selected by amrdeus2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants