We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1bcb8d commit fd38d81Copy full SHA for fd38d81
docker-compose.yml
@@ -4,10 +4,10 @@ services:
4
image: altertek/ooni-probe
5
container_name: "ooni-probe"
6
restart: unless-stopped
7
- # Overrides the default command and runs the probe every 12 hours
+ # Overrides the default command and runs the probe every 10 to 12 hours
8
command: >
9
sh -c "/usr/bin/ooniprobe run unattended --batch
10
- && /bin/sleep 43200"
+ && /bin/sleep $(shuf -i 36000-42000 -n 1)"
11
logging:
12
driver: "json-file"
13
options:
0 commit comments