docs: 📝 typo
This commit is contained in:
parent
4a4f83a18f
commit
259cc21421
1 changed files with 2 additions and 2 deletions
|
@ -123,9 +123,9 @@ docker up -d
|
|||
### 🐳 Docker Compose
|
||||
|
||||
```sh
|
||||
docker compose build
|
||||
docker-compose build
|
||||
docker-compose run --rm web yarn run init
|
||||
docker compose up -d
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
## 😉 Tips & Tricks
|
||||
|
|
Loading…
Reference in a new issue