-
Hi there, since some days now (I uess about 10) it looks like my container is in a restart loop. docker run -d --name gluetun --cap-add=NET_ADMIN -e VPNSP="Cyberghost" -e REGION="Germany" -e CYBERGHOST_GROUP="Premium UDP Europe" -e USER="myuser" -e PASSWORD="mypassword" -p someport:anotheport -p port3:port3/udp -v /localpath/Gluetun/:/gluetun --restart unless-stopped qmcgaw/private-internet-access I also remember copying client.crt and client.key in my local Gluetun path. I noticed there was an update since that image therefore I tried now the following but without success docker run -d --name gluetun --cap-add=NET_ADMIN -e VPNSP="Cyberghost" -e REGION="Germany" -e CYBERGHOST_GROUP="Premium UDP Europe" -e OPENVPN_USER="myuser" -e OPENVPN_PASSWORD="mypassword" -p someport:anotheport -p port3:port3/udp -v /localpath/Gluetun/:/gluetun --restart unless-stopped qmcgaw/gluetun How can I debug from there ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I would need the logs to see why it restarts, thanks ! |
Beta Was this translation helpful? Give feedback.
-
Reboot in case of kernel/firmware update did the trick |
Beta Was this translation helpful? Give feedback.
Reboot in case of kernel/firmware update did the trick