add v2raya

This commit is contained in:
2022-06-07 15:43:18 +08:00
parent a182deaa0a
commit fe7360c9a1

View File

@@ -0,0 +1,19 @@
version: '3.3'
services:
v2raya:
ports:
- '2017:2017' # panel port
- '20170-20172:20170-20172' # proxy ports
restart: unless-stopped
container_name: v2raya
volumes:
- '/etc/v2raya:/etc/v2raya'
image: mzz2017/v2raya
networks:
nginx:
aliases:
- v2raya
networks:
nginx:
external: true