From 26d6f2e03a35239147058036a2e733a2dc0c40db Mon Sep 17 00:00:00 2001 From: Simonmicro Date: Thu, 2 Jul 2020 00:26:15 +0200 Subject: [PATCH] Formulations and clarification (#63) * Formulations and clarification * Typo --- README.md | 2 +- docker/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee975ba..215dd2d 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ and stop the GUI with `python pykms_Server.py etrigan stop` (or interact with th ![auto-docker](https://img.shields.io/docker/cloud/automated/pykmsorg/py-kms) ![status-docker](https://img.shields.io/docker/cloud/build/pykmsorg/py-kms) -This projects has docker image support. You can find all available image configurations inside the docker folder. +This project has docker image support. You can find all available image configurations inside the docker folder. There are three tags of the images available: * `latest`, currently the same like minimal... * `minimal`, wich is based on the python3 minimal configuration of py-kms. _This image does NOT include SQLLite support!_ diff --git a/docker/README.md b/docker/README.md index 8e877c6..de75506 100644 --- a/docker/README.md +++ b/docker/README.md @@ -15,7 +15,7 @@ docker run -it -d --name py3-kms \ --restart unless-stopped pykmsorg/py-kms:[TAG] ``` _Make sure to insert at `[TAG]` your wanted edition! The default is `latest`, which does not include SQLLite support. For all available tag check [this](https://hub.docker.com/r/pykmsorg/py-kms/tags) out._ -Please note you can omit the `SQLITE` option if you plan to use the minimal ot `latest` image +Therefore you can omit the `-e SQLITE=...` and `-p 8080:8080` option if you plan to use the `minimal` or `latest` image. # Sqlite-web A web-based SQLite database browser written in Python.