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 2880839 commit 4a4ca1eCopy full SHA for 4a4ca1e
cli/CD/anti-agent/docker-compose.yaml
@@ -17,6 +17,7 @@ services:
17
restart:
18
always
19
privileged: true
20
+ command: "--poll-interval 60 --days 1"
21
volumes:
22
- tmp:/tmp
23
# Mount CA certificates, curl seems not to find them when the pkgs.cacert is included in the image
cli/justfile
@@ -139,6 +139,7 @@ build-anti-agent:
139
140
start-anti-agent bg="false":
141
#!/usr/bin/env bash
142
+ # shellcheck disable=SC2050
143
if [[ '{{ bg }}' == "true" ]]; then
144
docker compose -f CD/anti-agent/docker-compose.yaml up -d
145
else
0 commit comments