Skip to content

Commit

Permalink
README: Added suggested replacements in config-file
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Oct 31, 2016
1 parent 3aa4783 commit 7e7ccad
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/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
Expand Down

0 comments on commit 7e7ccad

Please sign in to comment.