Skip to content

Commit

Permalink
Allow nodemapper to listen on IPv6 in additon to IPv4 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
imcdona authored Mar 20, 2024
1 parent 2b5a931 commit 72dcb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/nodemapper
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RUN wget https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-City.mmdb

COPY dockerfiles/nodemapper.py app.py

ENTRYPOINT [ ".venv/bin/flask", "--app", "app", "run", "--host", "0.0.0.0" ]
ENTRYPOINT [ ".venv/bin/flask", "--app", "app", "run", "--host", "::" ]

0 comments on commit 72dcb4d

Please sign in to comment.