Skip to content

Commit

Permalink
Update docker compose command to force recreate test database
Browse files Browse the repository at this point in the history
  • Loading branch information
qazxcdswe123 authored and pashagolub committed Mar 15, 2024
1 parent a6f2282 commit 0e7c21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ looking at metrics. You may log in as admin (`admin`/`admin`) to apply changes t
To add a test database under monitoring, you can use [built-in WebUI](http://localhost:8080/). Or simply
execute from command line:
```shell
$ docker compose up add-test-db
$ docker compose up add-test-db --force-recreate
```
<pre>
[+] Running 2/0
Expand Down

0 comments on commit 0e7c21a

Please sign in to comment.