Skip to content

Commit

Permalink
Merge pull request #23 from chubchubsancho/feat/bind_ipv6
Browse files Browse the repository at this point in the history
Bind ipv6
  • Loading branch information
mstein11 authored May 11, 2022
2 parents f6d736b + 7b7accc commit 3905730
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def collect(self):
if not port:
port = 80

start_http_server(int(port))
start_http_server(int(port),addr='::')

verbose = os.environ.get('DOCKERHUB_EXPORTER_VERBOSE')

Expand All @@ -136,4 +136,3 @@ def collect(self):
while True:
time.sleep(10)
dhc.collect()

0 comments on commit 3905730

Please sign in to comment.