Revert "Disable docker healthchecks"
Turns out it really just takes that long to start up!
This reverts commit 61ed3db887
.
This commit is contained in:
parent
61ed3db887
commit
c47ff494e0
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ 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