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:
parent
3bc1d75d9e
commit
61ed3db887
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- redis
|
- redis
|
||||||
|
healthcheck:
|
||||||
|
disable: true
|
||||||
ports:
|
ports:
|
||||||
- "{{ wireguard.clients.intersect.ip }}:8022:22"
|
- "{{ wireguard.clients.intersect.ip }}:8022:22"
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in a new issue