| 1 | services: |
| 2 | app: |
| 3 | container_name: npm |
| 4 | image: jc21/nginx-proxy-manager:latest |
| 5 | restart: unless-stopped |
| 6 | ports: |
| 7 | - 80:80 # Public HTTP Port |
| 8 | - 443:443 # Public HTTPS Port |
| 9 | - 81:81 # Admin Web Port |
| 10 | networks: |
| 11 | - npm-internal |
| 12 | volumes: |
| 13 | - ./data:/data |
| 14 | - ./letsencrypt:/etc/letsencrypt |
| 15 | |
| 16 | networks: |
| 17 | npm-internal: |
| 18 | name: npm-internal |
| 19 | external: true |
emanuelegori / Nginx Proxy Manager simple docker compose
Last active 4 months ago
npm nginx proxy manager docker https letsencrypt
Revision 702dcc4a43c54fa1b6f053712cd236b7eb9a6dd9