This commit is contained in:
2025-12-22 15:50:46 +01:00
parent 307c8f710b
commit ab352d4b6a
+18
View File
@@ -0,0 +1,18 @@
services:
app:
image: jc21/nginx-proxy-manager:latest
container_name: nginx
deploy:
resources:
limits:
memory: 512M
restart: unless-stopped
ports:
- 80:80
- 81:81
- 443:443
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
- ./snippets:/snippets
networks: {}