| 1 | services: |
| 2 | npm: |
| 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 4205511f355b73c9f50547aaeed5705a86157aa8