{"id":27142989,"url":"https://github.com/linuxhub-group/docker-compose-v2fly-core","last_synced_at":"2026-04-29T00:34:20.225Z","repository":{"id":117666834,"uuid":"407792823","full_name":"LinuxHub-Group/docker-compose-v2fly-core","owner":"LinuxHub-Group","description":"This use docker-compose to start v2ray.","archived":false,"fork":false,"pushed_at":"2021-09-18T08:24:22.000Z","size":1,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T08:01:30.816Z","etag":null,"topics":["docker","docker-compose","v2fly","v2ray"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinuxHub-Group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-18T07:43:49.000Z","updated_at":"2024-12-02T14:17:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1fd96e2-b607-48ff-b28b-5b69ed0256ef","html_url":"https://github.com/LinuxHub-Group/docker-compose-v2fly-core","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LinuxHub-Group/docker-compose-v2fly-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxHub-Group%2Fdocker-compose-v2fly-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxHub-Group%2Fdocker-compose-v2fly-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxHub-Group%2Fdocker-compose-v2fly-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxHub-Group%2Fdocker-compose-v2fly-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinuxHub-Group","download_url":"https://codeload.github.com/LinuxHub-Group/docker-compose-v2fly-core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxHub-Group%2Fdocker-compose-v2fly-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","v2fly","v2ray"],"created_at":"2025-04-08T08:00:46.711Z","updated_at":"2026-04-29T00:34:20.220Z","avatar_url":"https://github.com/LinuxHub-Group.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-compose-v2fly-core\n\nThis use `docker-compose` to start v2ray.\n\n## Install docker\n\n```\nsudo yum -y install docker\n```\n\n## Install docker-compose\n\n```\nsudo curl -L \"https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)\" -o /usr/bin/docker-compose\nsudo chmod +x /usr/bin/docker-compose\n```\n\n## Write v2ray configuration\n\n```\nsudo mkdir -pv /etc/v2ray/\nsudo vim /etc/v2ray/config.json\n```\n\n\u003e 1. Examples available at [v2fly/v2ray-examples](https://github.com/v2fly/v2ray-examples).\n\u003e 2. Configuration file `config.json` can also be generated by [2dust/v2rayN](https://github.com/2dust/v2rayN).\n\n## Run container\n\n```\ngit clone https://github.com/LinuxHub-Group/docker-compose-v2fly-core.git\ncd ./docker-compose-v2fly-core/\nsudo docker-compose -f ./docker-compose.yml up -d\n```\n\n## Check v2ray\n\n```\n$ sudo docker logs v2fly-core\nEmulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.\nV2Ray 4.41.1 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.16.6 linux/amd64)\nA unified platform for anti-censorship.\n2021/09/18 08:10:38 [Info] main/jsonem: Reading config: /etc/v2ray/config.json\n\n$ sudo netstat -ntulp | grep v2ray\ntcp6       0      0 :::10808                :::*                    LISTEN      577594/v2ray\ntcp6       0      0 :::10809                :::*                    LISTEN      577594/v2ray\nudp6       0      0 :::10808                :::*                                577594/v2ray\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxhub-group%2Fdocker-compose-v2fly-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinuxhub-group%2Fdocker-compose-v2fly-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxhub-group%2Fdocker-compose-v2fly-core/lists"}