version: '3.3' services: v2raya: ports: - '2017:2017' # panel port - '20170-20172:20170-20172' # proxy ports restart: unless-stopped container_name: v2raya volumes: - './data:/etc/v2raya' image: mzz2017/v2raya networks: nginx: aliases: - v2raya networks: nginx: external: true