update Docker deployment example
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
image: jkaninda/goma-gateway
|
||||
command: server
|
||||
healthcheck:
|
||||
test: curl -f http://localhost/healthz || exit 1
|
||||
test: curl -f http://localhost/readyz || exit 1
|
||||
interval: 30s
|
||||
retries: 5
|
||||
start_period: 20s
|
||||
|
||||
Reference in New Issue
Block a user