Failed to load resources
Got issue when boosting docker for the fist time.
error message:
```
Failed to load resources zip "./resources/"
```
I have alr set the param `--download_resource 'yes' \`.
This error happens both on my local win10 and AWS EC2 ubuntu.
Following the command:
```
docker run --rm -it \
--name dockergs \
-v resources:/home/dockergs/resources \
-p 22102:22102/udp \
-p 80:80/tcp \
siakbary/dockergs:alpine-gc-3.4 \
--database 'mongodb://2.0.0.100:2777' \
--web_ip 'xxx' \ (masked)
--web_port '80' \
--game_ip 'xxx' \ (masked)
--game_port '22102' \
--download_resource 'yes' \
--ssl 'false' \
--web_url_ssl "false"
```
关闭于 2023-04-13 3 条评论