Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
how to fix docker issues
  • Loading branch information
guaka authored Aug 9, 2024
1 parent 2086728 commit 2e67bd0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,19 @@ or

`docker compose up`

People have experienced problems with both of these.

If you experience docker issues you could try clearing up docker - even though it shouldn't be necessary, it can help:

```
docker image prune
docker image prune -a
docker container prune
docker volume prune
docker builder prune
docker builder prune -a
docker system prune
docker system prune -a --volumes -f
```

## Building for production

Expand Down

0 comments on commit 2e67bd0

Please sign in to comment.