Astroport.ONE/docker-compose.nginx-proxy-...

13 lines
246 B
YAML
Raw Normal View History

2024-01-11 00:59:25 +01:00
version : '3.8'
services :
app :
image : 'jc21/nginx-proxy-manager:latest'
restart : unless-stopped
ports :
- '80:80'
- '81:81'
- '443:443'
volumes :
- ./data:/data
- ./letsencrypt:/etc/letsencrypt