mirror of
https://github.com/umputun/reproxy.git
synced 2024-11-24 08:12:31 +02:00
Update README.md
This commit is contained in:
parent
3fb30a7cbf
commit
3e57ed8232
@ -40,8 +40,8 @@ Examples:
|
||||
|
||||
- with a static provider: `reproxy --static.enabled --static.rule="example.com/api/(.*),https://api.example.com/$1"`
|
||||
- with an automatic docker discovery: `reproxy --docker.enabled --docker.auto`
|
||||
- as a docker container `docker up -p 80:8080 umputun/reproxy --docker.enabled --docker.auto`
|
||||
- with automatic SSL `docker up -p 80:8080 -p 443:8443 umputun/reproxy --docker.enabled --docker.auto --ssl.type=auto --ssl.fqdn=example.com`
|
||||
- as a docker container: `docker up -p 80:8080 umputun/reproxy --docker.enabled --docker.auto`
|
||||
- with automatic SSL: `docker up -p 80:8080 -p 443:8443 umputun/reproxy --docker.enabled --docker.auto --ssl.type=auto --ssl.fqdn=example.com`
|
||||
|
||||
## Install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user