diff --git a/README.md b/README.md index 16e3c62..7b0ffa2 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ version: "2" services: surfshark: - image: ilteoood:docker-surfshark + image: ilteoood/docker-surfshark container_name: surfshark environment: - SURFSHARK_USER=YOUR_SURFSHARK_USER @@ -69,4 +69,4 @@ If you want to attach a container to the VPN, you can simply run: sudo docker run -it --net=container:CONTAINER_NAME alpine /bin/sh ``` -If you face network connection problems, I suggest you to set a specific DNS server for each container. \ No newline at end of file +If you face network connection problems, I suggest you to set a specific DNS server for each container.