Updated READMEs to point to the original repo

This commit is contained in:
Simon Beginn 2020-02-23 13:43:23 +01:00
parent 65fa7ae257
commit ed96d54240
2 changed files with 3 additions and 2 deletions

View file

@ -37,8 +37,9 @@ docker run -it -d --name py3-kms \
-e LOGFILE=/var/log/py3-kms.log \
-v /etc/localtime:/etc/localtime:ro \
-v /var/log:/var/log:rw \
--restart unless-stopped ekonprof18/pykms: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) out._
# Sqlite-web
A web-based SQLite database browser written in Python.

View file

@ -11,5 +11,5 @@ docker run -it -d --name py3-kms \
-e LOGFILE=/var/log/py3-kms.log \
-v /etc/localtime:/etc/localtime:ro \
-v /var/log:/var/log:rw \
--restart unless-stopped realsimonmicro/py-kms:minimal
--restart unless-stopped pykmsorg/py-kms:minimal
```