Actualiser docker-compose/nginx/docker-compose.yml

This commit is contained in:
toma 2026-01-20 16:56:00 +01:00
parent aa4991f5d5
commit 5575a63ac2

View File

@ -0,0 +1,14 @@
version: '3'
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
environment:
- TZ=Europe/Paris
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- /opt/nginx/data:/data
- /opt/nginx/letsencrypt:/etc/letsencrypt