Skip to content

Commit

Permalink
dzikoyskGH-2222 Added line breaks to docker command
Browse files Browse the repository at this point in the history
Added line break char ('\\') to docker run command. Copy pasting the command will now work instead of failing.
  • Loading branch information
TOTHT0MI authored Sep 14, 2024
1 parent 04d8ac4 commit 9ed2e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reposilite-site/data/guides/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ To launch Reposilite with a custom configuration, we have to mount proper file:
$ docker run -it \
--mount type=bind,source=/etc/reposilite/configuration.cdn,target=/app/configuration.cdn \
-e REPOSILITE_OPTS='--local-configuration=/app/configuration.cdn' \
-v reposilite-data:/app/data
-p 80:8080
-v reposilite-data:/app/data \
-p 80:8080 \
dzikoysk/reposilite
```

Expand Down

0 comments on commit 9ed2e0c

Please sign in to comment.