fix(deploy): change healthcheck path
This commit is contained in:
parent
251e4aebb5
commit
9cccbd3b9b
1 changed files with 1 additions and 1 deletions
2
fly.toml
2
fly.toml
|
|
@ -25,7 +25,7 @@ interval = '30s'
|
|||
timeout = '5s'
|
||||
grace_period = '10s'
|
||||
method = 'GET'
|
||||
path = '/health'
|
||||
path = '/'
|
||||
|
||||
[mounts]
|
||||
source = 'brewlog_data'
|
||||
|
|
|
|||
Loading…
Reference in a new issue