From 676166d80af6741111f78aafd0440e869d977c56 Mon Sep 17 00:00:00 2001 From: Jesbin <52061387+jesb1n@users.noreply.github.com> Date: Sun, 11 Jun 2023 19:44:51 +0530 Subject: [PATCH] Corrected docker image to georgyo/ifconfig.io --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3375ba6..6ef1cef 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ version: "3.4" services: ifconfig: - image: ifconfig.io:latest + image: georgyo/ifconfig.io ports: - 8080:8080 ``` @@ -45,7 +45,7 @@ version: "3.4" services: ifconfig: - image: ifconfig.io:latest + image: georgyo/ifconfig.io ports: - 8080:8080 environment: @@ -57,7 +57,7 @@ version: "3.4" services: ifconfig: - image: ifconfig.io:latest + image: georgyo/ifconfig.io ports: - 8080:8080 env_file: