Replies: 2 comments
-
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
same |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At first, I modified the .env and settings.yml files correctly and deleted the Caddy-related configuration in docker-compose.yaml because I used Nginx.
At this point, the docker-compose.yaml content is as follows
Then run
docker-compose up
,The logs in the container are as followsAt this point I access the server IP:52134 (I modified the mapping port in docker-compose.yaml),but the browser returned 502.
I thought the error report in the back was due to the server network,but the network of this server is normal and can access google.
But when I deleted all the searxng container image networks and all the git files and I used docker run to run searxng alone,It ran successfully.The code is as follows.
The container log is as follows.
You can see that the same error is reported, but the searxng is running normally and the search function is fine too.
I just wonder why the same error is reported, one can access it and the other can't.
I used the first solution on many machines, but failed, including servers in Hong Kong, Singapore and Silicon Valley
And I successfully deployed searxng through the same process six months ago, so the process should be fine (probably)
Beta Was this translation helpful? Give feedback.
All reactions