Skip to content

Commit

Permalink
BugFix | Removing --verbose parameter from wiremock start command (#327)
Browse files Browse the repository at this point in the history
* version update

* Removing the `--verbode` start parameter that was causing problems with disc space

Co-authored-by: szymon.owczarzak <szymon.owczarzak@cognifide.com>
  • Loading branch information
szymon-owczarzak and szymon.owczarzak authored Dec 22, 2020
1 parent 390857a commit fa86434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogboard-local-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- "8093:8080"
networks:
- cognet
command: ["--verbose", "--no-request-journal", "--global-response-templating"]
command: ["--no-request-journal", "--global-response-templating"]

backend:
image: "cogboard/cogboard-app:${COGBOARD_VERSION}"
Expand Down

0 comments on commit fa86434

Please sign in to comment.