Skip to content

Commit

Permalink
Merge pull request #117 from irrwitzer42/patch-1
Browse files Browse the repository at this point in the history
Fixed path to override config within container
  • Loading branch information
reserve85 authored Jan 3, 2024
2 parents 2356a84 + 6de6b7d commit ff8b473
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 @@ -142,7 +142,7 @@ services:
image: ghcr.io/reserve85/hoymileszeroexport:main
volumes:
- ./HoymilesZeroExport_Config_Override.ini:/app/config.ini
command: -c ./HoymilesZeroExport_Config_Override.ini
command: -c /app/config.ini
```
## Special thanks to:
Expand Down

0 comments on commit ff8b473

Please sign in to comment.