Compare commits

...

2 commits

Author SHA1 Message Date
traveler
8e2d4d3746 Merge branch 'master' of http://192.168.5.10:3024/traveler/services
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions
2026-04-29 21:43:38 -05:00
traveler
52d09425d5 dsf 2026-04-29 21:43:37 -05:00

View file

@ -29,7 +29,7 @@ services:
# Change the first number to change the port you want to access the Web UI, not the second
- target: 8083
published: 807
##
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:${CWA_PORT_OVERRIDE:-8083}/ || curl -f -k https://localhost:${CWA_PORT_OVERRIDE:-8083}/ || exit 1"]