Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPouria Ezzati <ezzati.upt@gmail.com>2022-11-10 15:02:37 +0300
committerGitHub <noreply@github.com>2022-11-10 15:02:37 +0300
commitbd082d559dc3186022c1418e77c4c85bcbde1eaf (patch)
treef6d44d39225f3b1a05fb794ecc9877e37f37fd64
parent52186d24d988337b25c01a6da02af67d88e84de9 (diff)
parent7498e4d61892471a2d79d4fce8f0f738914675d9 (diff)
Merge pull request #555 from hashlash/patch-2
Improve docker setup docs
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index ae41770..ea58938 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).