fix: Move healthcheck from /usr/local/bin to /usr/local/sbin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user