From 6acaf260e75dde38865810b8f7f8b3cf10ea150b Mon Sep 17 00:00:00 2001 From: Stephen Torrington <64731627+storrington@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:11:04 +0000 Subject: [PATCH 1/2] 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 eea8924d..a880cb9d 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ If you are using the shlink-web-client docker image, you can mount the `servers. Alternatively, you can mount a `conf.d` directory, which in turn contains the `servers.json` file, in a volume inside `/usr/share/nginx/html`. *(since shlink-web-client 3.2.0)*. - docker run --name shlink-web-client -p 8000:80 -v ${PWD}/my-config/:/usr/share/nginx/html/conf.d/ shlinkio/shlink-web-client + docker run --name shlink-web-client -p 8000:8080 -v ${PWD}/my-config/:/usr/share/nginx/html/conf.d/ shlinkio/shlink-web-client If you want to pre-configure a single server, you can provide its config via env vars. When the container starts up, it will build the `servers.json` file dynamically based on them. *(since shlink-web-client 3.2.0)*. 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 2/2] 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