fix: Move healthcheck from /usr/local/bin to /usr/local/sbin

This commit is contained in:
Carlos Álvaro
2020-06-02 18:29:33 +02:00
parent 715bf27fc8
commit 7a0408aa38
5 changed files with 10 additions and 7 deletions

View File

@@ -10,8 +10,11 @@ services:
- "keys/:/home/salt/data/keys"
- "logs/:/home/salt/data/logs"
ports:
- "4505:4505/tcp"
- "4506:4506/tcp"
- "4505:4505"
- "4506:4506"
healthcheck:
test: ["CMD", "/usr/local/sbin/healthcheck"]
start_period: 30s
environment:
- DEBUG=false
- TIMEZONE=Europe/Madrid