Switched sqlite parameter to point to file instead of dir

This commit is contained in:
simonmicro 2022-12-09 20:49:27 +01:00
parent 5a8a21abda
commit f15ed48f59
No known key found for this signature in database
GPG key ID: 033A4D4CE4E063D6
5 changed files with 14 additions and 18 deletions

View file

@ -64,7 +64,7 @@ docker run -it -d --name py3-kms \
-v /etc/localtime:/etc/localtime:ro \
--restart unless-stopped ghcr.io/py-kms-organization/py-kms:[TAG]
```
You can omit the `-e SQLITE=...` and `-p 8080:8080` option if you plan to use the `minimal` or `latest` image, which does not include the respective module support.
You can omit the `-p 8080:8080` option if you plan to use the `minimal` or `latest` image, which does not include the `sqlite` module support.
### Systemd
If you are running a Linux distro using `systemd`, create the file: `sudo nano /etc/systemd/system/py3-kms.service`, then add the following (change it where needed) and save: