mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-12 22:26:17 -04:00
Removed sqliteweb support
This commit is contained in:
parent
fdf1445187
commit
5a8a21abda
6 changed files with 1 additions and 38 deletions
|
@ -47,7 +47,6 @@ services:
|
|||
- 8080:8080
|
||||
environment:
|
||||
- IP='::'
|
||||
- SQLITE=true
|
||||
- HWID=RANDOM
|
||||
- LOGLEVEL=INFO
|
||||
restart: always
|
||||
|
@ -62,7 +61,6 @@ Below is a little bit more extended run command, detailing all the different sup
|
|||
docker run -it -d --name py3-kms \
|
||||
-p 8080:8080 \
|
||||
-p 1688:1688 \
|
||||
-e SQLITE=true \
|
||||
-v /etc/localtime:/etc/localtime:ro \
|
||||
--restart unless-stopped ghcr.io/py-kms-organization/py-kms:[TAG]
|
||||
```
|
||||
|
|
|
@ -230,14 +230,6 @@ ENV ACTIVATION_INTERVAL 120
|
|||
# Use this flag to specify the renewal interval (in minutes). Default is 10080 minutes (7 days).
|
||||
ENV RENEWAL_INTERVAL 10080
|
||||
|
||||
# Use SQLITE
|
||||
# Use this flag to store request information from unique clients in an SQLite database.
|
||||
ENV SQLITE false
|
||||
|
||||
# TCP-port
|
||||
# The network port to listen with the web interface on. The default is "8080".
|
||||
ENV SQLITE_PORT 8080
|
||||
|
||||
# hwid
|
||||
# Use this flag to specify a HWID.
|
||||
# The HWID must be an 16-character string of hex characters.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue