Skip to content

Commit

Permalink
docs: Update readme documentation (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanmaity1234 committed Oct 1, 2022
1 parent 659747a commit eec0b40
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fileignoreconfig:
- filename: CHANGELOG.md
checksum: 599739c4e30260553f2a270f6bea082d516dd7cd338a6a50099590f391fb4699
- filename: README.md
checksum: 83a5379d82fd6a65b284c17173577c827a9b5191d471e989095323e07acdef0f
checksum: 7e1e938736e86ee7ec91cc52d506102292d3843435f1ae7129d118df0f237608
- filename: backend/build.gradle
checksum: 916137197f40c06d4a6c49f9a52eb04ed823d7d7e9c86a0297279fdfb7a4be09
- filename: backend/gradle/config/checkstyle.xml
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,15 @@ docker pull ottoopensource/gitactionboard:<docker tag>
docker run \
-p <host machine port>:8080 \
-e REPO_OWNER_NAME=<organization/username> \
-e REPO_NAMES=<repo names> \
-e REPO_NAMES=<repo names as comma separated value> \
-it ottoopensource/gitactionboard:<docker tag>

# example:
#docker run \
#--env REPO_OWNER_NAME=webpack \
#--env REPO_NAMES=webpack-cli,webpack-dev-server \
#-p 8080:8080 \
#-it ottoopensource/gitactionboard:latest
```

#### Configurations
Expand Down

0 comments on commit eec0b40

Please sign in to comment.