fix(cd): 1.add default user in docker image for avoiding permission issues 2.add demo Dockerfile
This commit is contained in:
parent
a5a9939fae
commit
e830611af1
4 changed files with 33 additions and 8 deletions
|
@ -29,10 +29,7 @@ users:
|
|||
spaceLimit: 104857600 # 100MB
|
||||
limiterCapacity: 1000
|
||||
limiterCyc: 1000 # 1s
|
||||
predefinedUsers:
|
||||
- name: "demo"
|
||||
pwd: "Quicksh@re"
|
||||
role: "user"
|
||||
predefinedUsers: []
|
||||
workers:
|
||||
queueSize: 1024
|
||||
sleepCyc: 1 # in second
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue