Skip to content

Commit a69873c

Browse files
authored
docker section wording
1 parent 5be6122 commit a69873c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ When you first start the app, you're prompted to create an admin account.
5555

5656
## Docker
5757

58-
Make sure [Docker](https://www.docker.com/) is installed, then you can start the app from the root directory:
58+
Make sure Docker is installed, then you can start the app from the root directory:
5959

6060
```sh
6161
docker compose up
@@ -64,11 +64,11 @@ docker compose up
6464
Various docker-compose configurations are available. Use `docker compose -f <file_name> up` to start the one you want:
6565

6666
- [`docker-compose.yml`](./docker-compose.yml): Default Kutt setup. Uses SQLite for the database.
67-
- [`docker-compose.sqlite-redis.yml`](./docker-compose.sqlite-redis.yml): Uses Kutt with SQLite and Redis.
67+
- [`docker-compose.sqlite-redis.yml`](./docker-compose.sqlite-redis.yml): Starts Kutt with SQLite and Redis.
6868
- Required envrionment variable: `REDIS_ENABLED`
69-
- [`docker-compose.postgres.yml`](./docker-compose.postgres.yml): Uses Kutt with Postgres and Redis.
69+
- [`docker-compose.postgres.yml`](./docker-compose.postgres.yml): Starts Kutt with Postgres and Redis.
7070
- Required envrionment variables: `REDIS_ENABLED`, `DB_PASSWORD`, `DB_NAME`, `DB_USER`
71-
- [`docker-compose.mariadb.yml`](./docker-compose.mariadb.yml): Uses Kutt with MariaDB and Redis.
71+
- [`docker-compose.mariadb.yml`](./docker-compose.mariadb.yml): Starts Kutt with MariaDB and Redis.
7272
- Required envrionment variables: `REDIS_ENABLED`, `DB_PASSWORD`, `DB_NAME`, `DB_USER`, `DB_PORT`
7373

7474
Official Kutt Docker image is available on [Docker Hub](https://hub.docker.com/r/kutt/kutt).
@@ -86,7 +86,7 @@ Download Kutt's extension for web browsers via below links.
8686

8787
## Configuration
8888

89-
The app is configured via environment variables. You can pass environment variables directly or create a `.env` file. View [`.example.env`](./.example.env) for the list of configurations.
89+
The app is configured via environment variables. You can pass environment variables directly or create a `.env` file. View [`.example.env`](./.example.env) file for the list of configurations.
9090

9191
All variables are optional except `JWT_SECRET` which is required on production.
9292

0 commit comments

Comments
 (0)