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