Skip to content

Instantly share code, notes, and snippets.

@soiqualang
Created February 23, 2023 04:43
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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