Skip to content

Commit

Permalink
📝 Remove --build option (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b authored Dec 18, 2024
1 parent 5416b71 commit 1bdfe4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ This is not recommended for production use, but it is a good way to get started.
Using podman:

```shell
podman compose up -d --build
podman compose up -d
```

Using docker:

```shell
docker compose up -d --build
docker compose up -d
```

2. Initialize the database:
Expand Down

0 comments on commit 1bdfe4b

Please sign in to comment.