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:**