- Install docker (https://docs.docker.com/engine/install/)
2 Run the following commands on your machine:
mkdir evcc
cd evcc
touch evcc.yaml
docker run -v $(pwd)/evcc.yaml:/app/evcc.yaml -it evcc/evcc evcc configure
You have a config file called evcc.yaml
.
- Place the file
docker-compose.yml
in the folder and run
docker compose up -d
- The frontend is running on
http://<IP of your device>:7070/
Diese Konfigurationsvariante hat’s jetzt auch in die Doku geschafft.
https://docs.evcc.io/docs/installation/docker#konfigurationsdatei