Skip to content

Instantly share code, notes, and snippets.

@zolotyx
zolotyx / docker-compose.yml
Created June 28, 2018 11:29 — forked from analogic/docker-compose.yml
Poste.io (with Lets Encrypt) + Nginx reverse proxy + Nginx Lets encrypt companion
version: '3'
services:
nginx-proxy:
image: jwilder/nginx-proxy
labels:
com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true"
container_name: nginx-proxy
restart: unless-stopped
ports: