mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-13 14:44:50 -04:00
Fixed syntax error
This commit is contained in:
parent
dfbeee6754
commit
dada9c5204
1 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@ services:
|
||||||
- 1688:1688
|
- 1688:1688
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
environment:
|
environment:
|
||||||
- IP='::'
|
IP: "::"
|
||||||
- HWID=RANDOM
|
HWID: RANDOM
|
||||||
- LOGLEVEL=INFO
|
LOGLEVEL: INFO
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./db:/home/py-kms/db
|
- ./db:/home/py-kms/db
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue