Update README.md

This commit is contained in:
Meysam Hadeli 2022-06-17 23:38:33 +04:30 committed by GitHub
parent 91950f6f5e
commit d08cc9e0e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ Run this app in docker using the [docker-compose.yaml](./deployments/docker-comp
```bash ```bash
docker-compose -f ./deployments/docker-compose/docker-compose.yaml up -d docker-compose -f ./deployments/docker-compose/docker-compose.yaml up -d
``` ```
Also we have a seprate docker file for up and running [infrastracture.yaml](./deployments/docker-compose/infrastracture.yaml) independently. Also we have a seprate docker file for up and running [infrastracture.yaml](./deployments/docker-compose/infrastracture.yaml) independently:
```bash ```bash
docker-compose -f ./deployments/docker-compose/infrastracture.yaml up -d docker-compose -f ./deployments/docker-compose/infrastracture.yaml up -d