From e80ac06217116ca21b506592e525c821b335d35b Mon Sep 17 00:00:00 2001 From: Tyler Woodfin <14207553+tylerjwoodfin@users.noreply.github.com> Date: Tue, 15 Oct 2024 21:18:30 -0700 Subject: [PATCH] Update How_to_install_Dawarich_using_Docker.md I'm somewhat new to Docker, but `docker-compose` had issues with running this. `docker compose` seems to be the new standard going forward, and it indeed works when the other one fails. --- docs/How_to_install_Dawarich_using_Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/How_to_install_Dawarich_using_Docker.md b/docs/How_to_install_Dawarich_using_Docker.md index b69abafa..2cebf361 100644 --- a/docs/How_to_install_Dawarich_using_Docker.md +++ b/docs/How_to_install_Dawarich_using_Docker.md @@ -2,7 +2,7 @@ > To do that you need previously install [Docker](https://docs.docker.com/get-docker/) on your system. -To quick Dawarich install copy the contents of the `docker-compose.yml` file from project root folder to dedicated folder in your server and run `docker-compose up` in this folder. +To quick Dawarich install copy the contents of the `docker-compose.yml` file from project root folder to dedicated folder in your server and run `docker compose up` in this folder. This command use [docker-compose.yml](../docker-compose.yml) to build your local environment.