Skip to content

Commit d96281b

Browse files
committed
Add --debug flag to fastpath'
1 parent cb2e444 commit d96281b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ansible/roles/fastpath/tasks/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@
158158
network_mode: host
159159
# published_ports: # unused on network_mode: host
160160
# - "8472:8472"
161+
# Image CMD: python /home/fastpath/app/run_fastpath --write-to-disk
162+
command:
163+
- python
164+
- /home/fastpath/app/run_fastpath
165+
- --write-to-disk
166+
- --debug
161167
volumes:
162168
- /opt/{{fastpath_user}}/backend/fastpath/fastpath.conf:/etc/ooni/fastpath.conf
163169
- /var/lib/ooniapi:/var/lib/ooniapi

0 commit comments

Comments
 (0)