vps/nginx-rp/docker-compose.yaml
Viyurz 875c1ac1f4
NGINX RP : Downgrade params SSL pr Firefox android
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.
2023-11-23 13:04:15 +00:00

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