Skip to content
WP-Pi4-no
WP-Pi4-no

WP-Pi4-no

Another site

  • Home
  • …
  • bBlog
  • Blog
  • Contact

Tag: proxy

Posted on 23/09/202023/09/2020

Docker Reverse-Proxy LetsEncrypt

reverse-proxy
reverse-proxy
letsencrypt-nginx-proxy-companion
version: "3.7"

services:

    reverse-proxy:
        image: "jwilder/nginx-proxy:latest"
        container_name: "reverse-proxy"
        volumes:
            - "html:/usr/share/nginx/html"
            - "dhparam:/etc/nginx/dhparam"
            - "vhost:/etc/nginx/vhost.d"
            - "certs:/etc/nginx/certs"
            - "/run/docker.sock:/tmp/docker.sock:ro"
        restart: "always"
        networks: 
            - "net"
        ports:
            - "80:80"
            - "443:443"

About This Site

Raspberry Pi 3B – NGiNX server

WordPress with Nginx on Debian 10 ℙ∜

Server links

Address

Hours
Monday–Friday: 0:00AM–12:00PM
Saturday & Sunday: 00:00–24:00

pi4.ddns.net

Proudly powered by WordPress