Skip to content

Commit

Permalink
Update README.md with info regarding individual container manipulatio…
Browse files Browse the repository at this point in the history
…n from the compose
  • Loading branch information
francisduvivier committed Oct 7, 2024
1 parent 109fdd8 commit add1078
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ Or, to stop BadgeHub and delete all volumes (to start fresh)
docker compose down --volumes
```

### Applying commands to only 1 container from the compose file

Container commands like `stop`, `start`, `restart` and `logs` can also be sent to one of the containers from the compose file. For example

```bash
docker compose restart node
```

will restart the node container only.

## Database schema

At the moment, this is the database schema:
Expand Down

0 comments on commit add1078

Please sign in to comment.