vps/nginx-rp/docker-compose.yaml

11 lines
326 B
YAML
Raw Normal View History

2023-11-22 08:26:10 +01:00
services:
nginx-rp:
image: nginx:latest
restart: always
container_name: nginx-rp
network_mode: host
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
2023-11-22 17:55:29 +01:00
- /etc/letsencrypt/live/viyurz.fr:/etc/letsencrypt/live/viyurz.fr
2023-11-22 08:26:10 +01:00
- /etc/letsencrypt/archive/viyurz.fr:/etc/letsencrypt/archive/viyurz.fr