Add EKSTER_BASEURL to environment and docs
This commit is contained in:
parent
4c0a242868
commit
82f9b63b26
|
|
@ -36,7 +36,7 @@ Start redis
|
||||||
|
|
||||||
Start eksterd and pass the redis and port arguments.
|
Start eksterd and pass the redis and port arguments.
|
||||||
|
|
||||||
eksterd -redis localhost:6379 -port 8090
|
EKSTER_BASEURL=https://example.com eksterd -redis localhost:6379 -port 8090
|
||||||
|
|
||||||
You can now access `eksterd` on port `8090`. To really use it, you should proxy
|
You can now access `eksterd` on port `8090`. To really use it, you should proxy
|
||||||
`eksterd` behind a HTTP reverse proxy on port 80, or 443.
|
`eksterd` behind a HTTP reverse proxy on port 80, or 443.
|
||||||
|
|
|
||||||
|
|
@ -15,3 +15,4 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- "FEEDBIN_USER="
|
- "FEEDBIN_USER="
|
||||||
- "FEEDBIN_PASS="
|
- "FEEDBIN_PASS="
|
||||||
|
- "EKSTER_BASEURL="
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user