Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dragonfire1119/81d3765d0808be8f511b87aaf180b268 to your computer and use it in GitHub Desktop.
Save dragonfire1119/81d3765d0808be8f511b87aaf180b268 to your computer and use it in GitHub Desktop.
Nginx Proxy Manager Docker Compose
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