Skip to content
New issue

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

Docker run stuck after certificate generation #71

Open
abubakrsiddq opened this issue Jan 8, 2023 · 6 comments
Open

Docker run stuck after certificate generation #71

abubakrsiddq opened this issue Jan 8, 2023 · 6 comments
Labels
wontfix This will not be worked on

Comments

@abubakrsiddq
Copy link
Contributor

image

After certificate generation it just waits, can someone please help me out with this

@kartikwatwani
Copy link

Facing the same issue. What to do next?

@mgholam
Copy link

mgholam commented Jan 8, 2023

When you run with the interactive command

docker run -it -p 80:80 -p 443:443 -p 5222:5222 -p 8080:8080 -p 8443:8443 -p 8222:8222 -p 8199:8199 whatsapp_proxy:1.0

it will run and show messages, you can connect now with ports 80, 443 etc.

@abubakrsiddq
Copy link
Contributor Author

@mgholam running with the same command but still facing issue

@slawlor
Copy link
Contributor

slawlor commented Jan 9, 2023

If you're on windows, it might be related to line endings. See #72

@abubakrsiddq
Copy link
Contributor Author

abubakrsiddq commented Jan 10, 2023

@slawlor this issue occurs even after correcting line endings to LF

@slawlor
Copy link
Contributor

slawlor commented Jan 11, 2023

Have you tried connecting to the host once this is "stuck"? If you don't daemonize the container (passing -d to docker run) then the host is alive and waiting for connections. Try going to http://localhost:8199

@slawlor slawlor added the wontfix This will not be worked on label Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants