I get this error after trying to do "docker-compose up":
Creating root_v2ray_1 ... done
Attaching to root_v2ray_1
v2ray_1 | flag provided but not defined: -config
v2ray_1 | Usage of v2ray:
root_v2ray_1 exited with code 2
tried putting command: ["v2ray", "-config=/etc/v2ray/config.json"] in docker-compose.yaml but the error didn't change.
I get this error after trying to do "docker-compose up":
Creating root_v2ray_1 ... done Attaching to root_v2ray_1 v2ray_1 | flag provided but not defined: -config v2ray_1 | Usage of v2ray: root_v2ray_1 exited with code 2
tried putting
command: ["v2ray", "-config=/etc/v2ray/config.json"]
in docker-compose.yaml but the error didn't change.