Skip to content

Commit

Permalink
german translation
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Aug 28, 2024
1 parent c406d68 commit 10140cd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/installation/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ Entsprechend der passenden Komponenten-Konstellation kopiert man eine der folgen
<TabItem value="default" label="Standard" default>

```yaml
version: "3"
services:
evcc:
command:
Expand All @@ -130,18 +129,12 @@ services:
<TabItem value="sma" label="SMA Geräte und EEBus">
```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
Expand Down

0 comments on commit 10140cd

Please sign in to comment.