Skip to content

Instantly share code, notes, and snippets.

@bartdorsey
Last active January 21, 2022 15:22
Show Gist options
  • Save bartdorsey/b0f2daa4de62a20a7da1f5ba2686519b to your computer and use it in GitHub Desktop.
Save bartdorsey/b0f2daa4de62a20a7da1f5ba2686519b to your computer and use it in GitHub Desktop.
nginx-proxy-manager docker compose
version: '3'
services:
nginx-proxy:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
networks:
default:
external:
name: apps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment