Skip to content

Commit

Permalink
Add healthcheck to Wireguard
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon committed Oct 30, 2023
1 parent 74773ff commit 7b98e60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ services:
volumes:
- ./:/app
client:
wireguard:
condition: service_healthy
depends_on:
wireguard:
condition: service_healthy
profiles: [serve]
image: alpine:latest
logging:
Expand Down

0 comments on commit 7b98e60

Please sign in to comment.