docs: minor lint/fix

This commit is contained in:
Aidan 2025-04-14 20:11:57 -04:00 committed by GitHub
parent 429e89bf1d
commit 95114dc918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,8 +53,8 @@ You can also run Kowalski using Docker, which simplifies the setup process. Make
docker compose up -d docker compose up -d
``` ```
> [!NOTE] > [!NOTE]
> The `-d` flag causes the bot to run in the background. If you're just playing around, you may not want to use this flag. > The `-d` flag causes Kowalski to run in the background. If you're just playing around, you may not want to use this flag.
### Using Docker Run ### Using Docker Run
@ -74,8 +74,8 @@ If you prefer to use Docker directly, you can use these instructions instead.
docker run -d --name kowalski --restart unless-stopped -v $(pwd)/config.env:/usr/src/app/config.env:ro kowalski docker run -d --name kowalski --restart unless-stopped -v $(pwd)/config.env:/usr/src/app/config.env:ro kowalski
``` ```
> [!NOTE] > [!NOTE]
> The `-d` flag causes Kowalski to run in the background. If you're just playing around, you may not want to use this flag. > The `-d` flag causes Kowalski to run in the background. If you're just playing around, you may not want to use this flag.
## config.env Functions ## config.env Functions