fix readme

This commit is contained in:
Wolfgang Hottgenroth 2020-07-03 14:34:19 +00:00
parent 1d749f8eee
commit b496200aa4

View File

@ -4,7 +4,8 @@
* If you want to inject custom CA certificates for repository access, create a volume, put these certificates (use the extension .ext) into and mount it to `/usr/local/share/ca-certificates/` of the container when starting it. * If you want to inject custom CA certificates for repository access, create a volume, put these certificates (use the extension .ext) into and mount it to `/usr/local/share/ca-certificates/` of the container when starting it.
* Start the container with something like * Start the container with something like
`` <pre>
<code>
docker run \ docker run \
-d \ -d \
--rm \ --rm \
@ -16,8 +17,10 @@ docker run \
-e DBPASS=test123 \ -e DBPASS=test123 \
-e ADMINPASS=test123 \ -e ADMINPASS=test123 \
-v RB_CERTS:/usr/local/share/ca-certificates/ \ -v RB_CERTS:/usr/local/share/ca-certificates/ \
reviews wollud1969/reviewboard
`` </code>
</pre>