Fix links

This commit is contained in:
Simon Beginn 2020-10-06 13:48:30 +02:00
parent 1ad7a4da7f
commit 0c849e93de
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ There are currently the following architectures available (if you need an other,
_Please note that any architecture other than the classic `amd64` is slightly bigger (~4 MB), caused by the use of qemu during building._ _Please note that any architecture other than the classic `amd64` is slightly bigger (~4 MB), caused by the use of qemu during building._
#### Docker Compose #### Docker Compose
You can use docker-compose instead of building and running the Dockerfile, so you do not need to respecify your settings again and again. The following Docker Compose file will deploy the `latest` image with the log into your local directory. You can use `docker-compose` instead of building and running the Dockerfile, so you do not need to respecify your settings again and again. The following Docker Compose file will deploy the `latest` image with the log into your local directory.
```yaml ```yaml
version: '3' version: '3'
@ -59,7 +59,7 @@ services:
``` ```
#### Parameters #### Parameters
Below is a fully expanded run command, detailing all the different supported environment variables to set. For further reference see the [start parameters](Usage.md#docker-environment) for the docker environment. Below is a fully expanded run command, detailing all the different supported environment variables to set. For further reference see the [start parameters](Usage.html#docker-environment) for the docker environment.
```bash ```bash
docker run -it -d --name py3-kms \ docker run -it -d --name py3-kms \
-p 8080:8080 \ -p 8080:8080 \

View File

@ -302,7 +302,7 @@ You can enable same _pykms_Server.py_ suboptions of `-F`.
> Use this flag to set a maximum size (in MB) to the output log file. Deactivated by default. > Use this flag to set a maximum size (in MB) to the output log file. Deactivated by default.
## Docker Environment ## Docker Environment
This are the currently used `ENV` statements from the Dockerfile(s). For further references what exactly the parameters mean, please see the start parameters for the [server](Usage.md#pykms-server-py). This are the currently used `ENV` statements from the Dockerfile(s). For further references what exactly the parameters mean, please see the start parameters for the [server](Usage.html#pykms-server-py).
``` ```
# IP-address # IP-address
# The IP address to listen on. The default is "0.0.0.0" (all interfaces). # The IP address to listen on. The default is "0.0.0.0" (all interfaces).