Skip to content

Commit

Permalink
fix: docker image in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Mar 1, 2024
1 parent f69aeaa commit 83c386e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Here's an example `docker-compose.yml` snippet for setting up Doclytics:
version: '3'
services:
doclytics:
image: bjoern5urban/doclytics:latest
image: bjoern5urban/doclytics:v1.0.0
environment:
PAPERLESS_BASE_URL: http://your-paperless-instance
PAPERLESS_TOKEN: yourapitoken
Expand All @@ -89,7 +89,7 @@ This configuration mounts a local directory (`./data`) to the `/app/data` direct
Alternatively, you can use `docker run` to start the container:

```bash
docker run --network="host" -e PAPERLESS_BASE_URL=http://your-paperless-instance -e PAPERLESS_TOKEN=yourapitoken bjoern5urban/doclytics:latest
docker run --network="host" -e PAPERLESS_BASE_URL=http://your-paperless-instance -e PAPERLESS_TOKEN=yourapitoken bjoern5urban/doclytics:v1.0.0
```
Ensure to replace `http://your-paperless-instance` and `yourapitoken` with your actual Paperless instance URL and API token.
> [!IMPORTANT]
Expand Down

0 comments on commit 83c386e

Please sign in to comment.