-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: Added suggested replacements in config-file
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|