So I’ve setup a Searx instance using the wonderfall/searx image on Docker hub, using that command docker run -d --name searx -p $PORT:8888 wonderfall/searx
, and I’ve tried accessing my droplet ip with port 8888 but I get a not found message. What am I missing?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there.
Replace $PORT by 8888 and try again
docker run -d --name searx -p 8888:8888 wonderfall/searx
Click below to sign up and get $100 of credit to try our products over 60 days!