mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Merge pull request #329 from tylerjwoodfin/patch-1
Installation: use `docker compose`, not `docker-compose`
This commit is contained in:
commit
af35696be4
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue