Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Dec 26, 2024
1 parent 11d0a71 commit b410166
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,18 @@ linux/s390x
* `WRITE_THREADS` : Number of threads used for writing RRD files, called with `-t` (default `4`)
* `FLUSH_DEAD_DATA_INTERVAL` : Every *X* seconds the entire cache is searched for old values which are written to disk, called with `-f` (default `3600`)

> [!NOTE]
> More info : https://github.com/oetiker/rrdtool-1.x/blob/master/doc/rrdcached.pod
## Volumes

* `/data/db` : Contains rrd database
* `/data/journal` : Container rrd journal files

> :warning: Note that the volumes should be owned by the user/group with the specified `PUID` and `PGID`.
> If you don't give the volume correct permissions, the container may not start.
> [!WARNING]
> Note that the volumes should be owned by the user/group with the specified
> `PUID` and `PGID`. If you don't give the volume correct permissions, the
> container may not start.
## Ports

Expand Down

0 comments on commit b410166

Please sign in to comment.