docs: fix typos in README
This commit is contained in:
@@ -28,7 +28,7 @@ A Docker image is built for every release of [kittyBE](https://gitea.7o7.cx/kitt
|
||||
#### .env file
|
||||
Taking your time to understand the .env file is really important, as it contains the service configuration.
|
||||
|
||||
> **Important**: One crucial out-of-the-box change you want to apply is updating the CURRENT_DIRECTORY_ABSOLUTE_PATH constant, as it is required for mounting your .env file - and thus, configuration - inside of the Docker containers!
|
||||
> **Important** One crucial out-of-the-box change you want to apply is updating the CURRENT_DIRECTORY_ABSOLUTE_PATH constant, as it is required for mounting your .env file - and thus, configuration - inside of the Docker containers!
|
||||
|
||||
Other than that, you can, for instance, change BACKEND_PORT and FRONTEND_PORT to the one's you want to use.
|
||||
|
||||
@@ -71,7 +71,7 @@ Say, you want to build a container image for kittyBE and then use it. To do so,
|
||||
```sh
|
||||
cd ..
|
||||
```
|
||||
- replacing images in docker-compose.yaml with your own image:
|
||||
- replace images in docker-compose.yaml with your own image:
|
||||
```yaml
|
||||
# From this:
|
||||
...
|
||||
@@ -92,11 +92,11 @@ Say, you want to build a container image for kittyBE and then use it. To do so,
|
||||
image: my_custom_image_name
|
||||
...
|
||||
```
|
||||
- pulling images not already present:
|
||||
- pull images not already present:
|
||||
```sh
|
||||
docker compose pull
|
||||
```
|
||||
- starting docker compose:
|
||||
- start docker compose:
|
||||
```sh
|
||||
# Normally
|
||||
docker compose up
|
||||
|
||||
Reference in New Issue
Block a user