Compare commits
No commits in common. "8e2d4d3746de1b6a52668beb85616422bbd9c49e" and "d85b57007d27e20be6ccb704f58f8a372b886e72" have entirely different histories.
8e2d4d3746
...
d85b57007d
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ services:
|
||||||
# Change the first number to change the port you want to access the Web UI, not the second
|
# Change the first number to change the port you want to access the Web UI, not the second
|
||||||
- target: 8083
|
- target: 8083
|
||||||
published: 807
|
published: 807
|
||||||
##
|
|
||||||
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "curl -f http://localhost:${CWA_PORT_OVERRIDE:-8083}/ || curl -f -k https://localhost:${CWA_PORT_OVERRIDE:-8083}/ || exit 1"]
|
test: ["CMD-SHELL", "curl -f http://localhost:${CWA_PORT_OVERRIDE:-8083}/ || curl -f -k https://localhost:${CWA_PORT_OVERRIDE:-8083}/ || exit 1"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue