fix: healthcheck endpoint port fixed
This commit is contained in:
@@ -24,7 +24,7 @@ services:
|
||||
- /tmp
|
||||
- /app/.next/cache
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-qO-", "http://localhost:80/"]
|
||||
test: ["CMD", "wget", "-qO-", "http://localhost:3000/"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user