Merge pull request #7 from madhura68/fix/qnap-port-and-deploy-docs
fix(qnap): default host-port 18080 + documenteer cross-build deploy
This commit is contained in:
commit
553a1ab551
3 changed files with 251 additions and 9 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"down": "docker compose down",
|
||||
"logs": "docker compose logs -f",
|
||||
"rebuild": "docker compose build --no-cache && docker compose up -d",
|
||||
"health": "curl -fsS http://localhost:${AGENT_HEALTH_PORT_HOST:-8080}/health | jq ."
|
||||
"health": "curl -fsS http://localhost:${AGENT_HEALTH_PORT_HOST:-18080}/health | jq ."
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue