MB-KING / Bypassing-Iran-s-intranet-by-using-traffic-transfer-from-Iranian-server-to-abroad

Bypassing Iran's intranet by using traffic transfer from Iranian server to abroad
10 stars 0 forks source link

docker container doesn't starts #5

Open noodle-junkie opened 1 year ago

noodle-junkie commented 1 year ago

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.

noodle-junkie commented 1 year ago

tried docker run instead of docker-compose and it's working fine now.