Skip to content

Instantly share code, notes, and snippets.

@xbw1220
xbw1220 / docker-compose.yml
Created July 20, 2020 14:51 — forked from Mau5Machine/docker-compose.yml
Traefik Configuration and Setup
version: "3.3"
services:
################################################
#### Traefik Proxy Setup #####
###############################################
traefik:
image: traefik:v2.0
restart: always