Skip to content

Instantly share code, notes, and snippets.

@mbenedettini
Created February 28, 2017 22:36
Show Gist options
  • Save mbenedettini/00ecd21d14b8c768f7d76dfe1af536bb to your computer and use it in GitHub Desktop.
Save mbenedettini/00ecd21d14b8c768f7d76dfe1af536bb to your computer and use it in GitHub Desktop.
version: '2'
services:
nginx-proxy:
ports:
- "443:443"
volumes:
- /storage/nginx-proxy/certs:/etc/nginx/certs
- /storage/nginx-proxy/vhost.d:/etc/nginx/vhost.d:ro
networks:
default:
external:
name: nginx-proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment