Skip to content

Commit a3c67d3

Browse files
correct ipv6 configuration files for metis
1 parent 9ffad22 commit a3c67d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

psql/consumers/docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,23 @@ services:
6666
metis_atlas_deployment_v6_as_path_length:
6767
image: "internethealthreport/psql_consumers"
6868
restart: unless-stopped
69-
command: anomalyDetector.py metis_atlas_deployment_v4_as_path_length.conf
69+
command: anomalyDetector.py metis_atlas_deployment_v6_as_path_length.conf
7070
env_file:
7171
- path: .env
7272
required: true # default
7373

7474
metis_atlas_deployment_v6_ip_hops:
7575
image: "internethealthreport/psql_consumers"
7676
restart: unless-stopped
77-
command: anomalyDetector.py metis_atlas_deployment_v4_ip_hops.conf
77+
command: anomalyDetector.py metis_atlas_deployment_v6_ip_hops.conf
7878
env_file:
7979
- path: .env
8080
required: true # default
8181

8282
metis_atlas_deployment_v6_rtt:
8383
image: "internethealthreport/psql_consumers"
8484
restart: unless-stopped
85-
command: anomalyDetector.py metis_atlas_selection_v4_rtt.conf
85+
command: anomalyDetector.py metis_atlas_selection_v6_rtt.conf
8686
env_file:
8787
- path: .env
8888
required: true # default
@@ -114,23 +114,23 @@ services:
114114
metis_atlas_selection_v6_as_path_length:
115115
image: "internethealthreport/psql_consumers"
116116
restart: unless-stopped
117-
command: anomalyDetector.py metis_atlas_selection_v4_as_path_length.conf
117+
command: anomalyDetector.py metis_atlas_selection_v6_as_path_length.conf
118118
env_file:
119119
- path: .env
120120
required: true # default
121121

122122
metis_atlas_selection_v6_ip_hops:
123123
image: "internethealthreport/psql_consumers"
124124
restart: unless-stopped
125-
command: anomalyDetector.py metis_atlas_selection_v4_ip_hops.conf
125+
command: anomalyDetector.py metis_atlas_selection_v6_ip_hops.conf
126126
env_file:
127127
- path: .env
128128
required: true # default
129129

130130
metis_atlas_selection_v6_rtt:
131131
image: "internethealthreport/psql_consumers"
132132
restart: unless-stopped
133-
command: anomalyDetector.py metis_atlas_selection_v4_rtt.conf
133+
command: anomalyDetector.py metis_atlas_selection_v6_rtt.conf
134134
env_file:
135135
- path: .env
136136
required: true # default

0 commit comments

Comments
 (0)