mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-09 14:21:56 -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
|
||||
- 8080:8080
|
||||
environment:
|
||||
- IP='::'
|
||||
- HWID=RANDOM
|
||||
- LOGLEVEL=INFO
|
||||
IP: "::"
|
||||
HWID: RANDOM
|
||||
LOGLEVEL: INFO
|
||||
restart: always
|
||||
volumes:
|
||||
- ./db:/home/py-kms/db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue