Merge pull request #195 from HyNetwork/revert-186-patch-1

Revert "Multi-instance docker-compose"
This commit is contained in:
Toby 2022-01-06 21:52:48 -08:00 committed by GitHub
commit 291ff7b8cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,47 +0,0 @@
version: '3.8'
services:
hysteria1:
image: tobyxdd/hysteria
container_name: hysteria1
restart: always
ports:
- '36711:36711/udp'
volumes:
- ./:/root
command: ["-config","/root/hysteria.json","server"]
hysteria2:
image: tobyxdd/hysteria
container_name: hysteria2
restart: always
ports:
- '36712:36711/udp'
volumes:
- ./:/root
command: ["-config","/root/hysteria.json","server"]
hysteria3:
image: tobyxdd/hysteria
container_name: hysteria3
restart: always
ports:
- '36713:36711/udp'
volumes:
- ./:/root
command: ["-config","/root/hysteria.json","server"]
hysteria4:
image: tobyxdd/hysteria
container_name: hysteria4
restart: always
ports:
- '36714:36711/udp'
volumes:
- ./:/root
command: ["-config","/root/hysteria.json","server"]
hysteria5:
image: tobyxdd/hysteria
container_name: hysteria5
restart: always
ports:
- '36715:36711/udp'
volumes:
- ./:/root
command: ["-config","/root/hysteria.json","server"]