Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vsimakhin authored Jun 13, 2024
1 parent 19cd168 commit db5c898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are several options for how you can use the dockerized version of the web-
There is an official public repository at the Docker Hub [https://hub.docker.com/repository/docker/vsimakhin/web-logbook/](https://hub.docker.com/repository/docker/vsimakhin/web-logbook/) where you can pull the image. You can pull either the `latest` tag or a tag according to the release version.

```bash
docker pull vsimakhin/web-logbok:latest
docker pull vsimakhin/web-logbook:latest
```

## Build mage from latest release
Expand Down Expand Up @@ -58,4 +58,4 @@ services:
- 4000:4000
volumes:
- /YOUR/FULL/PATH/WITH/DATABASE:/data
```
```

0 comments on commit db5c898

Please sign in to comment.