diff --git a/docs/installation/docker.mdx b/docs/installation/docker.mdx index f0bc2d519..2fbd48fea 100644 --- a/docs/installation/docker.mdx +++ b/docs/installation/docker.mdx @@ -108,7 +108,6 @@ Entsprechend der passenden Komponenten-Konstellation kopiert man eine der folgen ```yaml -version: "3" services: evcc: command: @@ -130,18 +129,12 @@ services: ```yaml -version: "3" services: evcc: command: - evcc container_name: evcc image: evcc/evcc:latest - ports: - - 7070:7070/tcp - - 8887:8887/tcp - - 7090:7090/udp - - 9522:9522/udp volumes: - /etc/evcc.yaml:/etc/evcc.yaml - /home/[user]/.evcc:/root/.evcc