diff --git a/Setup/Test your setup.md b/Setup/Test your setup.md index 0f6bff3..3f27617 100644 --- a/Setup/Test your setup.md +++ b/Setup/Test your setup.md @@ -7,7 +7,7 @@ Once your container is up and running, you may want to test your connection is c Assuming your container is called `gluetun`, run: ```sh -docker run --rm --network=container:gluetun alpine:3.12 wget -qO- https://ipinfo.io +docker run --rm --network=container:gluetun alpine:3.14 apk add wget && wget -qO- https://ipinfo.io ``` in order to obtain the VPN IP address and ensure the connection is working.