Skip to content

Instantly share code, notes, and snippets.

@ankitprasad2005
Created February 9, 2025 06:12
Show Gist options
  • Save ankitprasad2005/9779e58a8a1f791c6704b25644c78eba to your computer and use it in GitHub Desktop.
Save ankitprasad2005/9779e58a8a1f791c6704b25644c78eba to your computer and use it in GitHub Desktop.
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
environment:
- PGID = 1000
- PUID = 1000
restart: always
ports:
- 80:80
- 443:443
- ${PORT}:81
volumes:
- ${DATA}/data:/data
- /etc/letsencrypt:/etc/letsencrypt
network_mode: "host"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment