mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-09-13 07:21:16 +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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user