Update docker-compose.yml

This commit is contained in:
steeb 2025-04-01 17:44:10 -07:00
parent 1736784b7b
commit 4fbe85d576

View File

@ -1,2 +1,11 @@
# test-repo
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt