Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ansible/roles/fastpath/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,14 @@
- name: Ensure fastpath is running
community.docker.docker_container:
name: fastpath
image: ooni/fastpath:v0.89
image: ooni/fastpath:20260402-f62ee931
state: started
restart_policy: always
user: "{{user_uid.stdout}}:{{user_gid.stdout}}"
# use network mode = host to allow traffic from fastpath to the statsd exporter without
# creating a network with redirection rules to match the ports
network_mode: host
command: ["python", "/home/fastpath/app/run_fastpath", "--write-to-disk", "--debug"]
# published_ports: # unused on network_mode: host
# - "8472:8472"
volumes:
Expand Down
Loading