From fbffb74d8e5af19b7fbcf91a6bd2ae17ee94a147 Mon Sep 17 00:00:00 2001 From: Matteo Pietro Dazzi Date: Sat, 18 Apr 2020 11:11:38 +0200 Subject: [PATCH] Update README.md Fixed typo in image name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.