Closed berezhinskiy closed 1 year ago
yes please!
@flargargoyl Done
docker pull ghcr.io/berezhinskiy/ecoflow_exporter:latest
Thank you much. Just finished helping few of my friends building image locally on raspberry pi's :D but will amend compose for them to use your image instead of local one.
P.s. your docker-compose examples missing .env file (maybe due to gitignore?) so if people try to use it "out of the box" it fails
From my point of view, It is not a good practice to store .env
file in the repo. It is possible to commit private data accidentally. That's why the guide mentioned that you must create file and copy-paste provided content.
any tips on getting docker compose on the raspberry Pi 4? I keep getting a "no matching manifest for linux/arm/v8 in the manifest list entries" error despite being on the latest version.
Never mind I just needed to add
platform: linux/arm64
to every service in the compose.yaml file
Please be sure to vote here if you need the arm64 package.