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>2021-04-14 17:53:57 +0300
committerGitHub <noreply@github.com>2021-04-14 17:53:57 +0300
commitf933e94dec3a9479d5aa8c1973db7c6335c06f07 (patch)
tree140733d41ef3b973bc0ef8f0e85f191a118c1b9f
parent079ad42da6c6ab0a2a182d98694f07df6fdcf78e (diff)
parent86bb68ffb915f639b32842892ac9dd1438d67bde (diff)
Merge pull request #464 from hf-kklein/patch-1
Add direct links to docker files in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 013f7ba..2b82dff 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ You need to have [Node.js](https://nodejs.org/), [PostgreSQL](https://www.postgr
### Docker
-Download the `docker-compose.yml` and the `.docker.env`-file from the repository and configure the `.docker.env` ([see below](#configuration)).
+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".
The `docker-compose.yml` uses the official kutt docker image available on [Docker Hub](https://hub.docker.com/r/kutt/kutt).