Skip to content

Instantly share code, notes, and snippets.

@sailist
Created February 21, 2023 09:49
Show Gist options
  • Save sailist/267c451082f061486dc91632e616a7d0 to your computer and use it in GitHub Desktop.
Save sailist/267c451082f061486dc91632e616a7d0 to your computer and use it in GitHub Desktop.
proxy
version: '3.9'
services:
v2ray-hk:
image: v2fly/v2fly-core:latest
container_name: v2fly-hk
ports:
- 7889:1087
volumes:
- ./hk:/etc/v2ray/
entrypoint:
[
"/usr/bin/v2ray",
"run",
"-c",
"/etc/v2ray/config.json"
]
# v2ray-uk:
# image: v2fly/v2fly-core:latest
# container_name: v2fly-uk
# ports:
# - 7891:1087
# volumes:
# - ./enhance:/etc/v2ray/
# entrypoint:
# [
# "/usr/bin/v2ray",
# "run",
# "-c",
# "/etc/v2ray/config.json"
# ]
clash-uk:
image: dreamacro/clash:latest
container_name: clash-uk
ports:
- 7891:7890
- 9091:9090
volumes:
- ./uk-clash:/root/.config/clash/
clash:
image: dreamacro/clash:latest
container_name: clash-q1
ports:
- 1100:7890
- 1101:7891
- 9090:9090
volumes:
- ./q1travel-clash:/root/.config/clash/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment