From a8c798bf46412caa61b1e7a876463dedf08a9626 Mon Sep 17 00:00:00 2001 From: Stephen Torrington <64731627+storrington@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:17:05 +0000 Subject: [PATCH] Update README.md Should be port 8080 that it links to in the container. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a880cb9d..bac34ecd 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ If you want to pre-configure a single server, you can provide its config via env ```shell docker run \ --name shlink-web-client \ - -p 8000:80 \ + -p 8000:8080 \ -e SHLINK_SERVER_URL=https://s.test \ -e SHLINK_SERVER_API_KEY=6aeb82c6-e275-4538-a747-31f9abfba63c \ shlinkio/shlink-web-client