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

View File

@@ -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