Skip to content

Commit

Permalink
Prepare for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahinko committed Feb 12, 2024
1 parent 288e684 commit 68641ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from pymodbus.constants import Endian
from pymodbus.payload import BinaryPayloadDecoder

VERSION = "0.9.6"
VERSION = "1.0.0"


class App:
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Maybe, I have no plans for it at the moment. My main goal is to get the data int
Prepare a config file. Use `config.example.yaml` and modify it to your needs and save it as `config.yaml`.

### Docker
`docker run -v "$(pwd)"/config.yaml:/usr/app/src/config.yaml:ro ghcr.io/ahinko/tcpsolis2mqtt:main`
`docker run -v "$(pwd)"/config.yaml:/usr/app/src/config.yaml:ro ghcr.io/ahinko/tcpsolis2mqtt:latest`

### Docker compose
```yaml
Expand All @@ -65,7 +65,7 @@ version: "3.8"
services:
tcpsolis2mqtt:
container_name: tcpsolis2mqtt
image: ghcr.io/ahinko/tcpsolis2mqtt:main
image: ghcr.io/ahinko/tcpsolis2mqtt:latest
restart: always
volumes:
- ./config.yaml:/usr/app/src/config.yaml:ro
Expand Down

0 comments on commit 68641ed

Please sign in to comment.