From 4986aae7baed11c231556b0f87c137e06b26096c Mon Sep 17 00:00:00 2001 From: Andrii Bratanin Date: Thu, 2 Nov 2023 02:00:02 +0200 Subject: [PATCH] Update README.md - nginx port changed from 80 to 8080 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78184c92..e81fba22 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ 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 +docker run -d --name it-tools --restart unless-stopped -p 8080:8080 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:8080 ghcr.io/corentinth/it-tools:latest ``` **Other solutions:**