Skip to content

Commit

Permalink
Fix docker setup (#605)
Browse files Browse the repository at this point in the history
* remove obsolete version tag

* remove ports: as they conflict with network_mode: host

* german translation

---------

Co-authored-by: Michael Geers <[email protected]>
  • Loading branch information
Neverminda and naltatis authored Aug 28, 2024
1 parent 0ae8061 commit c94c39c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 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
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ Simply copy the following configuration into a `docker-compose.yaml` in your wor
<TabItem value="default" label="Standard" default>

```yaml
version: "3"
services:
evcc:
command:
Expand All @@ -135,18 +134,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 c94c39c

Please sign in to comment.