You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your reminder. The syntax CMD [ "/usr/bin/v2ray", "-config", "/etc/v2ray/config.json" ] is suitable for the v2ray v4.x version, while the syntax you referred to is intended for the new v5.x version. I will fix it after the vacation.
Error log from docker container:
From Dockerfile we can see the startup CMD
From v2ray official document, V2Ray has the following commandline parameters:
so the corrent CMD should be as listed below
After I add the following line into docker-compose.yml, the container runs normally.
The text was updated successfully, but these errors were encountered: