Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@soiqualang
Created February 23, 2023 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soiqualang/be0823c6ac6b339cb9b664396893fa5a to your computer and use it in GitHub Desktop.
Save soiqualang/be0823c6ac6b339cb9b664396893fa5a to your computer and use it in GitHub Desktop.
nginx-proxy-manager | -p 80:80 -p 81:81 -p 443:443
version: '3'
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: always
ports:
- '80:80'
- '1084:81'
- '443:443'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
logging:
driver: "json-file"
options:
max-size: "3m"
max-file: "3"
networks:
- my-proxy-net
networks:
my-proxy-net:
external:
name: my_network
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment