summaryrefslogtreecommitdiff
path: root/ci/docker/docker-compose.yml
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-08-09 16:23:19 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-08-09 16:23:19 +0200
commit93a95d4be4d754a901ab42a8174ae0e725680a01 (patch)
tree914b9e0699cb3107cbfde7fcf86798a6624883cc /ci/docker/docker-compose.yml
parent9abd93ee4d6345967c1b5aa1b220a5c2bd4b1f01 (diff)
Docker: Run without a systemctl helper script
Diffstat (limited to 'ci/docker/docker-compose.yml')
-rw-r--r--ci/docker/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/docker/docker-compose.yml b/ci/docker/docker-compose.yml
index 7e102e4..066c41d 100644
--- a/ci/docker/docker-compose.yml
+++ b/ci/docker/docker-compose.yml
@@ -33,7 +33,7 @@ services:
- NET_ADMIN
environment: *common-env
healthcheck:
- test: ["CMD", "systemctl", "status", "wg-quick@wg0"] # Wait for wireguard to come online
+ test: ["CMD", "/eduvpn/server/healthcheck.sh"] # Wait for wireguard to come online
interval: 5s
timeout: 10s
retries: 10