We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get this error when I launch the docker container. web-1 is constantly being restarted, the rest is working
2023-06-23 20:20:03 wait-for-it.sh: waiting 15 seconds for db:5432 2023-06-23 20:20:03 wait-for-it.sh: db:5432 is available after 0 seconds 2023-06-23 20:20:03 [uWSGI] getting INI configuration from /code/config/uwsgi/uwsgi.ini 2023-06-23 20:20:03 *** Starting uWSGI 2.0.21 (64bit) on [Fri Jun 23 16:20:03 2023] *** 2023-06-23 20:20:03 compiled with version: 12.2.0 on 20 June 2023 11:42:42 2023-06-23 20:20:03 os: Linux-5.15.49-linuxkit #1 SMP Tue Sep 13 07:51:46 UTC 2022 2023-06-23 20:20:03 nodename: cf0d8a59b5ce 2023-06-23 20:20:03 machine: x86_64 2023-06-23 20:20:03 clock source: unix 2023-06-23 20:20:03 detected number of CPU cores: 2 2023-06-23 20:20:03 current working directory: /code 2023-06-23 20:20:03 detected binary path: /usr/local/bin/uwsgi 2023-06-23 20:20:03 !!! no internal routing support, rebuild with pcre support !!! 2023-06-23 20:20:03 setgid() to 33 2023-06-23 20:20:03 setuid() to 33 2023-06-23 20:20:03 chdir() to /code/educa/ 2023-06-23 20:20:03 your memory page size is 4096 bytes 2023-06-23 20:20:03 detected max file descriptor number: 1048576 2023-06-23 20:20:03 lock engine: pthread robust mutexes 2023-06-23 20:20:03 thunder lock: disabled (you can enable it with --thunder-lock) 2023-06-23 20:20:03 bind(): Input/output error [core/socket.c line 230]
this is the first time I'm doing this, I think it's in the last line I will be grateful for any answers
os: win10
The text was updated successfully, but these errors were encountered:
this worked for me!
#29 (comment)
Sorry, something went wrong.
Please I've been trying to fix this for about three days now with sleepless nights. Please help me out.
No branches or pull requests
I get this error when I launch the docker container. web-1 is constantly being restarted, the rest is working
2023-06-23 20:20:03 wait-for-it.sh: waiting 15 seconds for db:5432
2023-06-23 20:20:03 wait-for-it.sh: db:5432 is available after 0 seconds
2023-06-23 20:20:03 [uWSGI] getting INI configuration from /code/config/uwsgi/uwsgi.ini
2023-06-23 20:20:03 *** Starting uWSGI 2.0.21 (64bit) on [Fri Jun 23 16:20:03 2023] ***
2023-06-23 20:20:03 compiled with version: 12.2.0 on 20 June 2023 11:42:42
2023-06-23 20:20:03 os: Linux-5.15.49-linuxkit #1 SMP Tue Sep 13 07:51:46 UTC 2022
2023-06-23 20:20:03 nodename: cf0d8a59b5ce
2023-06-23 20:20:03 machine: x86_64
2023-06-23 20:20:03 clock source: unix
2023-06-23 20:20:03 detected number of CPU cores: 2
2023-06-23 20:20:03 current working directory: /code
2023-06-23 20:20:03 detected binary path: /usr/local/bin/uwsgi
2023-06-23 20:20:03 !!! no internal routing support, rebuild with pcre support !!!
2023-06-23 20:20:03 setgid() to 33
2023-06-23 20:20:03 setuid() to 33
2023-06-23 20:20:03 chdir() to /code/educa/
2023-06-23 20:20:03 your memory page size is 4096 bytes
2023-06-23 20:20:03 detected max file descriptor number: 1048576
2023-06-23 20:20:03 lock engine: pthread robust mutexes
2023-06-23 20:20:03 thunder lock: disabled (you can enable it with --thunder-lock)
2023-06-23 20:20:03 bind(): Input/output error [core/socket.c line 230]
this is the first time I'm doing this, I think it's in the last line
I will be grateful for any answers
os: win10
The text was updated successfully, but these errors were encountered: