Skip to content

Instantly share code, notes, and snippets.

@eiiot
Created January 1, 2022 20:16
Show Gist options
  • Save eiiot/dc35a0e2d76a1a48746e12593fdb121f to your computer and use it in GitHub Desktop.
Save eiiot/dc35a0e2d76a1a48746e12593fdb121f to your computer and use it in GitHub Desktop.
Docker Compose Example YML
version: '3'
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