working on secure readme
This commit is contained in:
9
whoami.yml
Normal file
9
whoami.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
whoami:
|
||||
image: traefik/whoami
|
||||
labels:
|
||||
# - "traefik.http.routers.whoami.rule=Host(`whoami.localhost`)"
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.whoami.rule=Host(`whoami.dev`) || Host(`whoami.art`)"
|
||||
- "traefik.http.routers.whoami.entrypoints=websecure"
|
||||
- "traefik.http.routers.whoami.tls.certresolver=myresolver"
|
||||
Reference in New Issue
Block a user