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

Proxy Not working on VPS #307

Open
spacesoft321 opened this issue Oct 1, 2024 · 0 comments
Open

Proxy Not working on VPS #307

spacesoft321 opened this issue Oct 1, 2024 · 0 comments

Comments

@spacesoft321
Copy link

spacesoft321 commented Oct 1, 2024

its not working on VPS server , can you share best command for 2 Core + 4GB RAM + 50gb SSD

i have issue on vps server , same command working on my dedicated server ( 4 Core + 128GB RAM + 1TB NVMe SSD)

sudo ufw disable

docker stop $(docker ps -a -q)

docker rm $(docker ps -a -q --filter "status=exited")

docker rm $(docker ps -a -q --filter "status=paused")

docker rmi $(docker images -q)

sudo apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

docker run -d -p 8008:80 -p 8444:443 -p 5222:5222 -p 8080:8080 -p 8443:8443 -p 8222:8222 -p 8199:8199 -p 588:587 -p 7777:7777 --user root facebook/whatsapp_proxy:latest

docker rm $(docker ps -a -q --filter "status=exited")

docker rm $(docker ps -a -q --filter "status=paused")

docker pull facebook/whatsapp_proxy:latest

docker rmi $(docker images -q)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant