Cookie: Secure only over HTTPS (works on LAN HTTP); healthcheck 127.0.0.1
This commit is contained in:
parent
e194e736d0
commit
b7589b702a
2 changed files with 9 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ services:
|
|||
ports:
|
||||
- "3001:3001"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -qO- http://localhost:3001/health || exit 1"]
|
||||
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:3001/health || exit 1"]
|
||||
interval: 10s
|
||||
retries: 5
|
||||
start_period: 20s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue