From d8c56a9a55be5efe7ddc58d2c49339e9bd98abcd Mon Sep 17 00:00:00 2001 From: Avnit Bambah Date: Tue, 6 Feb 2024 22:46:40 -0800 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 1a459530..a9566643 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,7 @@ Self host solutions for your homelab **From docker hub:** ```sh -docker run -d --name it-tools --restart unless-stopped -p 8080:80 corentinth/it-tools:latest -``` - -**From github packages:** - -```sh -docker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/corentinth/it-tools:latest +docker run -d --name it-tools --restart unless-stopped -p 8080:80 abambah/it-tools:v3 ``` **Other solutions:**