Skip to content

Commit

Permalink
fix config path in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseklm authored Aug 3, 2024
1 parent cbbdd6c commit 9769e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
image: ghcr.io/jesseklm/sungrowmodbus2mqtt:v1.0.3
restart: unless-stopped
volumes:
- ./config.sh10rt.yaml:/etc/nginx/conf.d:ro
- ./config.sh10rt.yaml:/config/config.yaml:ro
```
- `wget -O config.sh10rt.yaml https://raw.githubusercontent.com/jesseklm/sungrowmodbus2mqtt/v1.0.3/config.sh10rt.example.yaml`
Expand Down

0 comments on commit 9769e20

Please sign in to comment.