Skip to content

Commit

Permalink
docs: fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kloubert committed Jun 2, 2024
1 parent 4f6bd97 commit e1f6ddd
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
Expand Up @@ -261,10 +261,10 @@ is a short form of `go mod tidy`.

#### Docker shorthands [<a href="#commands-">↑</a>]

| Shorthand | Final command |
| ---------- | --------------------- |
| `gpm down` | `docker compose down` |
| `gpm up` | `docker compose up` |
| Shorthand | Final command |
| ---------- | --------------------------- |
| `gpm down` | `docker compose down` |
| `gpm up` | `docker compose up --build` |

#### Execute shell command [<a href="#commands-">↑</a>]

Expand Down

0 comments on commit e1f6ddd

Please sign in to comment.