From 664374e9ccc3b575e52284c861629b4018268b92 Mon Sep 17 00:00:00 2001 From: Walkx Date: Fri, 13 May 2022 04:10:09 +0200 Subject: [PATCH] fix: Update ports --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c27a3f265..457f314ae 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ _Requirements_: **Standard Docker Install** ```sh -docker run --name homarr -p 7575:80 -d ghcr.io/ajnart/homarr +docker run --name homarr -p 7575:7575 -d ghcr.io/ajnart/homarr ``` **Docker Compose** @@ -55,7 +55,7 @@ services: image: ghcr.io/ajnart/homarr restart: unless-stopped ports: - - '7575:80' + - '7575:7575' ``` ### Building from Source 🛠️