Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 372 Bytes

README.MD

File metadata and controls

15 lines (9 loc) · 372 Bytes

Docker Setup for Traefik

Setup

  • rename .env.dist to .env and adjust env variables to your need
  • rename data/acme.json.dist to data/acme.json and chmod 600 data/acme.json
  • rename data/traefik.log.dist to data/traefik.log

Build

docker-compose up -d --build reverse-proxy

Run

docker-compose up -d reverse-proxy or docker-compose start