From 7e7ccad96c9854eec473a5d89574015a9fd11997 Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Mon, 31 Oct 2016 21:18:04 +0100 Subject: [PATCH] README: Added suggested replacements in config-file --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a8d983..b8e73cb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,16 @@ Docker-compose setup for starting [Træfik](https://traefik.io/) as reverse-pro ## Usage -Put the files of this gist into a directory called `reverse-proxy` and run `docker-compose -d up` to startup the service. +Clone this repository `reverse-proxy`, change mail-address and domain, +and then run `docker-compose -d up` to startup the service. + +```bash +git clone https://github.com/docker-compose-examples/reverse-proxy +sed -i 's/letsencrypt\@example\.com/mail@my-domain.com/g' traefik.toml +sed -i 's/example\.com/my-domain.com/g' traefik.toml +``` + + After that, you can "up" `docker-compose.yml`-files like: ```yaml