Skip to content

Commit

Permalink
Merge pull request #3261 from MrShark/patch-2
Browse files Browse the repository at this point in the history
Update docker.md
  • Loading branch information
csordasmarton authored Apr 9, 2021
2 parents afaf876 + 14100dc commit 96a6598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/web/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ CodeChecker.
during the image build and which will be used to start CodeChecker server.
- `CC_GID` (default: *950*): id of the *codechecker* group which will be
created during the image build.
- `INSTALL_AUTH` (default: *no*): set it to `yes` to install authentication
- `INSTALL_AUTH` (default: *yes*): set it to `no` to not install authentication
dependencies like *ldap*.
- `INSTALL_PG8000` (default: *no*): set it to `yes` to install *pg8000*
requirements.
- `INSTALL_PSYCOPG2` (default: *no*): set it to `yes` to install *psycopg2*
- `INSTALL_PSYCOPG2` (default: *yes*): set it to `no` to not install *psycopg2*
requirements.

Example:
Expand Down

0 comments on commit 96a6598

Please sign in to comment.