mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-01 10:40:47 +02:00
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:
parent
fed06b592d
commit
0f6cf0fc58
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user