Fixes docker logs helper text in run-nginx.sh (#3678)

The docker container name is slightly wrong, and this commit fixes it.
This commit is contained in:
Tim Rosenblatt 2025-03-26 09:03:35 -07:00 committed by GitHub
parent fed06b592d
commit 0f6cf0fc58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ envsubst '$DOMAIN $SSL_CERT_FILE_NAME $SSL_CERT_KEY_FILE_NAME' < "/etc/nginx/con
echo "Waiting for API server to boot up; this may take a minute or two..."
echo "If this takes more than ~5 minutes, check the logs of the API server container for errors with the following command:"
echo
echo "docker logs onyx-stack_api_server-1"
echo "docker logs onyx-stack-api_server-1"
echo
while true; do