You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
follow the doc to run startup.sh after change .env
check nginx container health
Expected behavior
nginx start successfully
Screenshots
Additional context
error log of nginx container:
/docker-entrypoint.sh: Configuration complete; ready for start up
nginx: [emerg] host not found in "_CSGHUB_DOMAINPORT" of the "listen" directive in /etc/nginx/nginx.conf:102
The text was updated successfully, but these errors were encountered:
i found the startup.sh failed to execute some commands:
[2024-11-12 15:32:57] [NORM] 1.1 Replace server domain and port in nginx.conf for nginx.
./startup.sh: line 76: gsed: command not found
./startup.sh: line 76: gsed: command not found
[2024-11-12 15:32:57] [NORM] 1.2 Replace server domain and port in init_data.json for casdoor.
./startup.sh: line 76: gsed: command not found
./startup.sh: line 76: gsed: command not found
[2024-11-12 15:32:57] [NORM] 1.3 Replace knative gateway host and port in nginx.conf for proxy nginx.
./startup.sh: line 76: gsed: command not found
./startup.sh: line 76: gsed: command not found
Describe the bug
nginx failed to start after run csghub-installer
Environment
CSGHub Version: latest...
OS: MacOS..
Hardware: 4c8G
Launch: docker compose
To Reproduce
Steps to reproduce the behavior:
startup.sh
after change.env
Expected behavior
nginx start successfully
Screenshots
Additional context
error log of nginx container:
The text was updated successfully, but these errors were encountered: