Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mereolog authored Oct 5, 2023
1 parent 72a96f4 commit 3261f47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -99,11 +99,11 @@ It is possible to run containers with any ontology (instead of `FIBO`):

If you want to see the logs use:
```bash
# to view continuous log output for <SERVICE>=fibo-viewer
docker compose logs --follow fibo-viewer
# to view continuous log output for <SERVICE>=dev-viewer
docker compose logs --follow dev-viewer

# to view *100* latest log lines for <SERVICE>=fibo-viewer
docker compose logs --tail 100 fibo-strapi
# to view *100* latest log lines for <SERVICE>=dev-viewer
docker compose logs --tail 100 dev-viewer
```

Stop the services with the command:

0 comments on commit 3261f47

Please sign in to comment.