-
Notifications
You must be signed in to change notification settings - Fork 1
/
docker-compose.yml
42 lines (31 loc) · 1.19 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
services:
flakey:
network_mode: host
image: thetorproject/snowflake-proxy:latest
container_name: flakey
restart: unless-stopped
command: [ "-ephemeral-ports-range", "10000:20000" ]
snowy:
network_mode: host
image: thetorproject/snowflake-proxy:latest
container_name: snowy
restart: unless-stopped
command: [ "-ephemeral-ports-range", "20001:30000" ]
snowflakey:
network_mode: host
image: thetorproject/snowflake-proxy:latest
container_name: snowflakey
restart: unless-stopped
command: [ "-ephemeral-ports-range", "30001:40000" ]
flakeysnow:
network_mode: host
image: thetorproject/snowflake-proxy:latest
container_name: flakeysnow
restart: unless-stopped
command: [ "-ephemeral-ports-range", "40001:50000" ]
flakeyflake:
network_mode: host
image: thetorproject/snowflake-proxy:latest
container_name: flakeyflake
restart: unless-stopped
command: [ "-ephemeral-ports-range", "50001:60000" ]