Formulations and clarification

This commit is contained in:
Simonmicro 2020-04-13 10:54:45 +02:00 committed by GitHub
parent 19ef51a6db
commit 419e612323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ docker run -it -d --name py3-kms \
--restart unless-stopped pykmsorg/py-kms:[TAG] --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._ _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 # Sqlite-web
A web-based SQLite database browser written in Python. A web-based SQLite database browser written in Python.