Created
February 9, 2025 06:12
-
-
Save ankitprasad2005/9779e58a8a1f791c6704b25644c78eba to your computer and use it in GitHub Desktop.
This file contains 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
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