mirror of https://github.com/SystemRage/py-kms.git
Merge e780854139
into a3b0c85b5b
This commit is contained in:
commit
d3b6a4d4e0
|
@ -55,7 +55,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ./:/var/log:rw
|
- ./logs:/var/log:rw
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Parameters
|
#### Parameters
|
||||||
|
@ -72,7 +72,7 @@ docker run -it -d --name py3-kms \
|
||||||
-e LOGSIZE=2 \
|
-e LOGSIZE=2 \
|
||||||
-e LOGFILE=/var/log/pykms_logserver.log \
|
-e LOGFILE=/var/log/pykms_logserver.log \
|
||||||
-v /etc/localtime:/etc/localtime:ro \
|
-v /etc/localtime:/etc/localtime:ro \
|
||||||
-v /var/log:/var/log:rw \
|
-v ./logs:/var/log:rw \
|
||||||
--restart unless-stopped pykmsorg/py-kms:[TAG]
|
--restart unless-stopped pykmsorg/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 `-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.
|
||||||
|
|
Loading…
Reference in New Issue