We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2e444 commit d96281bCopy full SHA for d96281b
1 file changed
ansible/roles/fastpath/tasks/main.yml
@@ -158,6 +158,12 @@
158
network_mode: host
159
# published_ports: # unused on network_mode: host
160
# - "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
167
volumes:
168
- /opt/{{fastpath_user}}/backend/fastpath/fastpath.conf:/etc/ooni/fastpath.conf
169
- /var/lib/ooniapi:/var/lib/ooniapi
0 commit comments