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
|
#### .env file
|
||||||
Taking your time to understand the .env file is really important, as it contains the service configuration.
|
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.
|
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
|
```sh
|
||||||
cd ..
|
cd ..
|
||||||
```
|
```
|
||||||
- replacing images in docker-compose.yaml with your own image:
|
- replace images in docker-compose.yaml with your own image:
|
||||||
```yaml
|
```yaml
|
||||||
# From this:
|
# 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
|
image: my_custom_image_name
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
- pulling images not already present:
|
- pull images not already present:
|
||||||
```sh
|
```sh
|
||||||
docker compose pull
|
docker compose pull
|
||||||
```
|
```
|
||||||
- starting docker compose:
|
- start docker compose:
|
||||||
```sh
|
```sh
|
||||||
# Normally
|
# Normally
|
||||||
docker compose up
|
docker compose up
|
||||||
|
|||||||
Reference in New Issue
Block a user