Skip to content

Commit

Permalink
GH-2279 Fix invalid link to parameters section in Docker guide (Fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyAreaBean authored Nov 15, 2024
1 parent 5a421fd commit 3ffb7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposilite-site/data/guides/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $ docker run -e JAVA_OPTS='-Xmx128M' -p 80:8080 dzikoysk/reposilite

#### Reposilite properties

To pass custom parameters described in [setup#parameters](setup#parameters), use `REPOSILITE_OPTS` variable:
To pass custom parameters described in [general#parameters](general#parameters), use `REPOSILITE_OPTS` variable:

```bash
$ docker run -e REPOSILITE_OPTS='--local-configuration=/app/data/custom.cdn' -p 80:8080 dzikoysk/reposilite
Expand Down

0 comments on commit 3ffb7b9

Please sign in to comment.