We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9252c04 commit 4395229Copy full SHA for 4395229
1 file changed
Server/docker-compose.yml
@@ -0,0 +1,18 @@
1
+version: '3'
2
+services:
3
+ switcher:
4
+ build: .
5
+ command: [ "npm", "run", "switcher" ]
6
+ ports:
7
+ - "51510:51510/udp"
8
+ # router1:
9
+ # build: .
10
+ # command: [ "npm", "run", "router" ]
11
+ # router2:
12
13
14
+ # router3:
15
16
17
+ # ports:
18
+ # - "55000-60000:55000-60000/udp"
0 commit comments