Add instructions to the `README.md` for removing `cap_drop: - ALL` on the first run.
* **Explanation**: Add a note explaining that `cap_drop: - ALL` must be removed from the `docker-compose.yaml` file for the `searxng` service to successfully create `/etc/searxng/uwsgi.ini`.
* **Reason**: Explain that the `cap_drop: - ALL` directive removes all capabilities, including those required for the creation of the `uwsgi.ini` file.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/IAmStoxe/searxng-docker?shareId=XXXX-XXXX-XXXX-XXXX).
* replace with official image
* use `7-alpine` tag
* prevent collision with other volumes
* Revert editing README formatting
---------
Co-authored-by: Émilien (perso) <4016501+unixfox@users.noreply.github.com>
* Update README to use newer docker compose command
* Update README to add note about docker < 3.6.0 and docker-compose
* Update the docker compose install url
* Use docker image caddy:2-alpine
* Caddyfile: remove "limits 10KB"
* Caddyfile: URL /filtron/rules removes (filtron API still availabled on http://localhost:4041/rules )
* caddy storage are docker volumes (caddy-data and caddy-config). start.sh and stop.sh have been modified to keep these volumes.
* .env: Remove SEARX_PROTOCOL, SEARX_TLS, FILTRON_USER and FILTRON_PASSWORD variables.
* docker-compose.yml: filtron and morty listen on 127.0.0.1 (related to #38)
* Fix#37: settings ```SEARX_HOSTNAME=localhost:8888``` works as expected (https connection)