Updated some docs references to the web interface port

This commit is contained in:
simonmicro 2022-12-11 22:04:50 +01:00
parent 460a714f2d
commit 16eb5a010b
No known key found for this signature in database
GPG key ID: 033A4D4CE4E063D6
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ latest version you should check something like [watchtower](https://github.com/c
There are currently three tags of the image available (select one just by appending `:<tag>` to the image from above):
* `latest`, currently the same like `minimal`.
* `minimal`, which is based on the python3 minimal configuration of py-kms. _This tag does NOT include `sqlite` support !_
* `python3`, which is fully configurable and equipped with `sqlite` support and a web interface (make sure to expose port 8080) for management.
* `python3`, which is fully configurable and equipped with `sqlite` support and a web interface (make sure to expose port `8080`) for management.
#### Architectures
There are currently the following architectures available (if you need an other, feel free to open an issue):