Jake Howard
fe5a5984c3
They're not needed for anything, and caused annoying weird issues when cycling containers
10 lines
293 B
YAML
10 lines
293 B
YAML
version: "2.3"
|
|
|
|
services:
|
|
whoami:
|
|
image: containous/whoami:latest
|
|
restart: unless-stopped
|
|
labels:
|
|
- traefik.enable=true
|
|
- traefik.http.routers.whoami.rule=Host(`whoami.theorangeone.net`) || Host(`who.0rng.one`)
|
|
- traefik.http.routers.whoami.tls.certresolver=le
|