mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-21 10:45:30 -04:00
Merge pull request #1 from simonmicro/patch-1
Unified volume mount paths
This commit is contained in:
commit
0f0468f816
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue