Skip to content

Commit

Permalink
Merge pull request #120 from juanbaldovi/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
elraro authored Dec 30, 2024
2 parents 392491d + cf4c6ac commit 56a942c
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 @@ -180,7 +180,7 @@ Once you have already downloaded it and named as "valetudo.json", edit the imple
### Use the prepared image
Then, you are able to just run the dockerhub image
```shell
docker run -p 8080:8080 -p 4010:4010 -p 4030:4030 -p 4050:4050 -v $(pwd)/valetudo.json:/etc/valetudo/config.json --name congatudo ghcr.io/congatudo/Congatudo:alpine-latest
docker run -p 8080:8080 -p 4010:4010 -p 4030:4030 -p 4050:4050 -v $(pwd)/valetudo.json:/etc/valetudo/config.json --name congatudo ghcr.io/congatudo/congatudo:alpine-latest
```
### Finally
:tada: With theses steps, you may see your Congatudo server running under <http://ip-server:8080>
Expand Down

0 comments on commit 56a942c

Please sign in to comment.