Disable docker healthchecks

Makes traefik take *ages* to detect the container is actually running. Let it 502 if it has to
This commit is contained in:
Jake Howard 2020-09-01 20:12:52 +01:00
parent 3bc1d75d9e
commit 61ed3db887
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -20,6 +20,8 @@ services:
depends_on:
- db
- redis
healthcheck:
disable: true
ports:
- "{{ wireguard.clients.intersect.ip }}:8022:22"
labels: