Created
June 23, 2023 15:35
-
-
Save dragonfire1119/81d3765d0808be8f511b87aaf180b268 to your computer and use it in GitHub Desktop.
Nginx Proxy Manager Docker Compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment