diff --git a/docs/Getting Started.md b/docs/Getting Started.md index 572e071..83fb202 100644 --- a/docs/Getting Started.md +++ b/docs/Getting Started.md @@ -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._ #### Docker Compose -You can use docker-compose instead of Dockerfile, so you do not need to respecify your settings again and again. The following compose file will deploy the `latest` image 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 version: '3' @@ -59,7 +59,7 @@ services: ``` #### Parameters -Below is a fully expanded run command, detailing all the different supported environment variables to set. +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. ```bash docker run -it -d --name py3-kms \ -p 8080:8080 \ diff --git a/docs/Usage.md b/docs/Usage.md index 1ba8d2d..7d569eb 100644 --- a/docs/Usage.md +++ b/docs/Usage.md @@ -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. ### Docker Environment -This are the currently used `ENV` statements from the dockerfiles. For further references what exactly the parameters mean, please see the start parameters for the server. +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). ``` # IP-address # The IP address to listen on. The default is "0.0.0.0" (all interfaces).