From 7498e4d61892471a2d79d4fce8f0f738914675d9 Mon Sep 17 00:00:00 2001 From: hashlash Date: Fri, 21 Jan 2022 15:04:56 +0700 Subject: Improve docker setup docs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e57ac2..39ed215 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,9 @@ You need to have [Node.js](https://nodejs.org/), [PostgreSQL](https://www.postgr ### Docker -Download the [`docker-compose.yml`](docker-compose.yml) and the [`.docker.env`](.docker.env)-file from the repository and configure the `.docker.env` ([see below](#configuration)). -To execute Kutt you simply have to run `docker-compose up -d` command and then the app should be ready on port "3000". +1. Download the [`docker-compose.yml`](https://raw.githubusercontent.com/thedevs-network/kutt/develop/docker-compose.yml) and the [`.docker.env`](https://raw.githubusercontent.com/thedevs-network/kutt/develop/.docker.env) files. +2. Rename `.docker.env` to `.env` and fill it properly ([see below](#configuration)). +3. To execute Kutt you simply have to run `docker-compose up -d` command and then the app should be ready on port "3000". The `docker-compose.yml` uses the official kutt docker image available on [Docker Hub](https://hub.docker.com/r/kutt/kutt). -- cgit v1.2.3