fix(updater): обновить URL для проверки состояния сервиса

This commit is contained in:
Denozordec
2026-05-12 22:46:16 +07:00
parent 8d5fd84962
commit efc3812e12
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"image": "git.shts.su/denozord/mikrotikmanager-frontend:latest",
"health": {
"type": "http",
"url": "http://frontend:3000/",
"url": "http://frontend:3000/dashboard",
"expect_status": 200
}
}