diff --git a/ansible/roles/fastpath/tasks/main.yml b/ansible/roles/fastpath/tasks/main.yml index 60d65fe5..08c4ad80 100644 --- a/ansible/roles/fastpath/tasks/main.yml +++ b/ansible/roles/fastpath/tasks/main.yml @@ -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: