dawarich/docs/How_to_install_Dawarich_using_Docker.md
Tyler Woodfin e80ac06217
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.
2024-10-15 21:18:30 -07:00

589 B

How to install Dawarich using Docker

To do that you need previously install 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.

This command use docker-compose.yml to build your local environment.

When this command done successfully and all services in containers will start you can open Dawarich web UI by this link http://127.0.0.1:3000.