Skip to content

Commit

Permalink
removed root folder from volume suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
ronstekk authored Nov 6, 2023
1 parent 4e3aade commit 6fc3b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sudo docker run \
-d \
--name evcc \
-v $(pwd)/evcc.yaml:/etc/evcc.yaml \
-v $(pwd)/.evcc:/root/.evcc \
-v $(pwd)/.evcc:/.evcc \
-p 7070:7070 \
-p 8887:8887 \
-p 7090:7090/udp \
Expand Down Expand Up @@ -121,7 +121,7 @@ Entsprechend der passenden Komponenten-Konstellation kopiert man eine der folgen
- 9522:9522/udp
volumes:
- /etc/evcc.yaml:/etc/evcc.yaml
- /home/[user]/.evcc:/root/.evcc
- /home/[user]/.evcc:/.evcc
restart: unless-stopped

</TabItem>
Expand Down

0 comments on commit 6fc3b49

Please sign in to comment.