From 41fd5797b2f247fe2c65706345c59e26e7a08c3c Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 20 Jun 2022 23:27:20 +0430 Subject: [PATCH] Added docker installation guide. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dca0979..98e6363 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,14 @@ The objective is to have a self-hosted place to keep useful links in one place, ## Installation ### Using Docker Compose (Recommended) -() + +1. Make sure Docker docker is installed. + +2. Clone this repository. + +4. [Optional] If you want to use this app across the network change `REACT_APP_API_HOST` in docker-compose.yml with the computer IP address. + +3. head to the main folder and run `docker compose up`. ### Manual Setup (Linux/MacOS)