Fix some comments and readme spellings

This commit is contained in:
Wolfgang Huß 2022-11-29 13:42:37 +01:00
parent 3d55c7da9e
commit a7ee30fc3f
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
***Attention:** For using Docker commands in Apple M1 environments!*
### Enviroment Variable For Apple M1 Platform
### Environment Variable For Apple M1 Platform
To set the Docker platform environment variable in your terminal tab, run:
@ -27,7 +27,7 @@ $ docker compose -f docker-compose.yml -f docker-compose.override.yml -f docker-
$ docker compose -f docker-compose.yml -f docker-compose.apple-m1.override.yml up
```
## Analysing Docker Builds
## Analyzing Docker Builds
To analyze a Docker build, there is a wonderful tool called [dive](https://github.com/wagoodman/dive). Please sponsor if you're using it!

View File

@ -108,7 +108,7 @@ services:
#env_file:
# - ./frontend/.env
volumes:
# <host_machine_directy>:<container_directory> mirror bidirectional path in local context with path in Docker container
# <host_machine_directory>:<container_directory> mirror bidirectional path in local context with path in Docker container
- ./logs/backend:/logs/backend
########################################################