Tigergraph install on window 10 use docker, find gse gpe down

hi, tigergraph teams:i just install tigergraph on my windows 10 computer with docker, the tigergraph image version is 3.9.0. here is my docker run command:
docker run -d -p 14022:22 -p 9000:9000 -p 14240:14240 --name local_tiger --ulimit nofile=1000000:1000000 -v file-for-tigergraph:/home/tigergraph/file-for-tigergraph -t tigergraph/tigergraph:3.9.0
after that, i through ssh -p 14022 tigergraph@localhost enter the tigergraph. but i found that gse,gpe are down. gadmin restart all -y is not in work
here is the gse log


how to let tigergraph work? thank everyone

@anyone who can help me? thank you

refer here : GSE is down when load larger graph - #2 by Elliot_Martin

1 Like

thanks,this method solve my problem ,but i also have one question: how can i chmod -R 777 for my -v file-tigergraph in windows 10 ?