875c1ac1f4
Pour jsp quelle raison firefox android balance une erreur si on essaie d'ajouter SearXNG aux moteurs de recherche en ayant que SSL 1.3 d'activé. Du coup j'ai baissé les exigeances pr autoriser SSL 1.2.
11 lines
361 B
YAML
11 lines
361 B
YAML
services:
|
|
nginx-rp:
|
|
image: nginx:latest
|
|
restart: always
|
|
container_name: nginx-rp
|
|
network_mode: host
|
|
volumes:
|
|
- ./nginx.conf:/etc/nginx/nginx.conf
|
|
- ./dhparam.txt:/dhparam.txt
|
|
- /etc/letsencrypt/live/viyurz.fr:/etc/letsencrypt/live/viyurz.fr
|
|
- /etc/letsencrypt/archive/viyurz.fr:/etc/letsencrypt/archive/viyurz.fr
|