mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-03 06:47:29 +03:00
Update README.md
Should be port 8080 that it links to in the container.
This commit is contained in:
parent
6acaf260e7
commit
a8c798bf46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue