Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laurynas authored Mar 14, 2024
1 parent a204801 commit dbcd628
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,15 @@ You can start the server on Docker like this:
```shell
docker run -p 8000:8000 kurmisrainas/utility-meter-digitizer
```

Also you can use docker-compose:

```yaml
services:
utility-meter-digitizer:
image: kurmisrainas/utility-meter-digitizer
ports:
- 8000:8000
```
## Model
Expand Down

0 comments on commit dbcd628

Please sign in to comment.