mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 00:45:22 +00:00
docker-compose: Expose EOSdash port Closes #447
* Fixes direct EOSdash access on Windows localhost:8504 (required for redirect).
This commit is contained in:
parent
00229c39e4
commit
c46d13731d
@ -21,5 +21,6 @@ services:
|
||||
- EOS_ELECPRICE__PROVIDER=ElecPriceAkkudoktor
|
||||
- EOS_ELECPRICE__CHARGES_KWH=0.21
|
||||
ports:
|
||||
- "${EOS_SERVER__PORT}:${EOS_SERVER__PORT}"
|
||||
- "${EOS_SERVER__EOSDASH_PORT}:${EOS_SERVER__EOSDASH_PORT}"
|
||||
# Configure what ports to expose on host
|
||||
- "${EOS_SERVER__PORT}:8503"
|
||||
- "${EOS_SERVER__EOSDASH_PORT}:8504"
|
||||
|
Loading…
x
Reference in New Issue
Block a user