LinkinStars commented on issue #1214:
URL: https://github.com/apache/answer/issues/1214#issuecomment-3196036970

   > > > 通过修改配置文件或者简单其他的方式可以解决这个问题吗?
   > > 
   > > 
   > > 
[@vipelanchen](https://github.com/vipelanchen)如果您知道此问题的原因,但仍想跳过验证。您可以尝试以下解决方案。`SKIP_FILE_ACCESS_VERIFY`在
 docker-compose.yaml 中将环境变量设置为 true。
   > 
   > 你好,我是用过docker run -d -p 9080:80 -v answer-data:/data --name answer 
apache/answer:latest 进行安装的,docker compose.yaml 文件在哪里修改
   
   @vipelanchen 
   
   ```
   docker run -d -p 9080:80 -v answer-data:/data -e 
SKIP_FILE_ACCESS_VERIFY=true --name answer apache/answer:latest
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to