Actualiser docker-compose/nginx/docker-compose.yml
This commit is contained in:
parent
aa4991f5d5
commit
5575a63ac2
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user