Skip to content

Instantly share code, notes, and snippets.

View cmdphantom's full-sized avatar

cmdphantom

  • GD
  • FRANCE
View GitHub Profile
@cmdphantom
cmdphantom / docker-compose.yml
Created August 24, 2020 19:30 — forked from Mau5Machine/docker-compose.yml
Traefik Configuration and Setup
version: "3.3"
services:
################################################
#### Traefik Proxy Setup #####
###############################################
traefik:
image: traefik:v2.0
restart: always