diff options
Diffstat (limited to 'plans/aaf/certservice/docker-compose.yml')
-rw-r--r-- | plans/aaf/certservice/docker-compose.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plans/aaf/certservice/docker-compose.yml b/plans/aaf/certservice/docker-compose.yml index 384158ab..ae7ee878 100644 --- a/plans/aaf/certservice/docker-compose.yml +++ b/plans/aaf/certservice/docker-compose.yml @@ -11,12 +11,11 @@ services: volumes: - $SCRIPTS_PATH:/opt/primekey/scripts command: bash -c " - ./scripts/ejbca-configuration.sh & /opt/primekey/bin/start.sh " healthcheck: test: ["CMD-SHELL", "curl -kI https://localhost:8443/ejbca/publicweb/healthcheck/ejbcahealth"] - interval: 10s + interval: 20s timeout: 3s retries: 9 networks: |