Check container's public IP address #1155
-
I set up changedetection.io behind a VPN. How do I check its public IP to confirm that it's working properly? Normally, I run the following:
However, the changedetection container does not support the curl, ip, or any other commands that I would normally use to check public IPs in Linux. What else can I try? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Did you install curl first? |
Beta Was this translation helpful? Give feedback.
-
You're asking us to debug your VPN configuration I think, kind of outside the scope of this support forum |
Beta Was this translation helpful? Give feedback.
Did you install curl first?
docker exec -it changedetection apt install curl -y
docker exec -it changedetection curl ifconfig.io