From 2e4eed0d614d6b2e485408594cc8bbe6a7f44dfb Mon Sep 17 00:00:00 2001 From: Leopere Date: Sat, 6 Oct 2018 20:06:52 -0400 Subject: [PATCH] Adding feedback for traefik's debugpaste-it.sh I may add this into the image but for the most part its a placeholder. --- traefik/debugpaste-it.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 traefik/debugpaste-it.sh diff --git a/traefik/debugpaste-it.sh b/traefik/debugpaste-it.sh new file mode 100644 index 0000000..95ef3e0 --- /dev/null +++ b/traefik/debugpaste-it.sh @@ -0,0 +1,8 @@ +#!/bin/bash +echo "=========================================================================" +echo "=========================================================================" +echo "lbry-docker: does not maintain or support custom configuration of traefik" +echo " lbry-docker comes with a YMMV boilerplate reverse proxy for" +echo " your convenience only and changing this configuration voids" +echo " your warranty." +echo "========================================================================="