Skip to content

Commit

Permalink
Add some useful docker commands in a docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez authored and syphar committed Feb 14, 2024
1 parent ccb17c0 commit b041178
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/docker-commands.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# See list of docker images

```
$ docker compose logs -f db
```

# Stop your containers and remove them with all their data

```
$ docker compose down -v
```

# Check logs of the DB

```
$ docker compose logs -f db
```

0 comments on commit b041178

Please sign in to comment.