Update README.md

Should be port 8080 that it links to in the container.
This commit is contained in:
Stephen Torrington 2024-02-22 12:17:05 +00:00 committed by GitHub
parent 6acaf260e7
commit a8c798bf46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,7 +86,7 @@ If you want to pre-configure a single server, you can provide its config via env
```shell ```shell
docker run \ docker run \
--name shlink-web-client \ --name shlink-web-client \
-p 8000:80 \ -p 8000:8080 \
-e SHLINK_SERVER_URL=https://s.test \ -e SHLINK_SERVER_URL=https://s.test \
-e SHLINK_SERVER_API_KEY=6aeb82c6-e275-4538-a747-31f9abfba63c \ -e SHLINK_SERVER_API_KEY=6aeb82c6-e275-4538-a747-31f9abfba63c \
shlinkio/shlink-web-client shlinkio/shlink-web-client