Skip to content

Commit

Permalink
feat: add 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tscuite committed Apr 18, 2023
1 parent bee8ada commit 83bf560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ networks:
- subnet: '177.7.0.0/16'
services:
xray:
image: registry.cn-beijing.aliyuncs.com/huoxian_pub/xray:v0.0.3
image: registry.cn-beijing.aliyuncs.com/huoxian_pub/xray:v0.1.0
environment:
XRAY_SHELL: 'webscan --listen 0.0.0.0:9811 --webhook-output http://usb:5005/api/v1/xray'
restart: always
Expand All @@ -19,7 +19,7 @@ services:
ipv4_address: 177.7.0.11

usb:
image: registry.cn-beijing.aliyuncs.com/huoxian_pub/usb:v0.0.3
image: registry.cn-beijing.aliyuncs.com/huoxian_pub/usb:v0.1.0
restart: always
volumes:
- ./config-tutorial.ini:/opt/config-tutorial.ini
Expand All @@ -28,7 +28,7 @@ services:
ipv4_address: 177.7.0.12

mitmproxy:
image: registry.cn-beijing.aliyuncs.com/huoxian_pub/mitmproxy:v0.0.3
image: registry.cn-beijing.aliyuncs.com/huoxian_pub/mitmproxy:v0.1.0
restart: always
environment:
XRAY_URL: 'xray'
Expand Down

0 comments on commit 83bf560

Please sign in to comment.