docker inspect bitwarden-nginx | grep Healthcheck -A5
"Healthcheck": {
"Test": [
"CMD-SHELL",
"curl --insecure -Lfs https://localhost:443/alive || curl -Lfs http://localhost:80/alive || curl --insecure -Lfs https://localhost:8443/alive || curl -Lfs http://localhost:8080/alive || exit 1"
]
},