Replies: 2 comments 25 replies
-
What does |
Beta Was this translation helpful? Give feedback.
3 replies
-
@kevbenjam You mentioned it worked for a long time. What did you change that caused these issues to start? |
Beta Was this translation helpful? Give feedback.
22 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The evcc.io Docker installation on my Raspberry Pi 1 Model B+ isn't working anymore. It was working for a very long time and it seems that it isn't a problem with the evcc.yaml because the config is working with the macOS version of evcc. Raspberry Pi 1 Model B+ on Alpine Linux – Docker version is 24.0.7 – Docker Compose version is 2.23.0 – evcc Docker image 0.121.5
The docker-compose.yml looks the following:
version: '3'
services:
evcc:
command:
- evcc
image: evcc/evcc:latest
container_name: evcc
ports:
- 7070:7070/tcp
- 8887:8887/tcp
- 7090:7090/udp
- 9522:9522/udp
volumes:
- ./evcc.yaml:/etc/evcc.yaml
- ./.evcc:/root/.evcc
restart: unless-stopped
The error code in docker-compose while starting evcc is either 0 or 132 – What could be the issue?
Beta Was this translation helpful? Give feedback.
All reactions