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>2020-07-26 13:11:23 +0300
committerGitHub <noreply@github.com>2020-07-26 13:11:23 +0300
commit7cb6a549a350f6015b2935213b98291d9eeb1b45 (patch)
tree76b7d6676a8171fbcd4722757473c5bc715166cc
parent9bb2f0330aeab302234de31b9b7f94029101cb04 (diff)
docs(changelog): add docker hub link
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index b5078e6..daf5210 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,10 @@ You need to have [Node.js](https://nodejs.org/), [PostgreSQL](https://www.postgr
### Docker
-You can use Docker to start the app. The simplest way is to just run `docker-compose up` command and then the app should be ready on port "3000".
+You need to run the app with the required envrironment variables listed in [.example.env](https://github.com/thedevs-network/kutt/blob/develop/.example.env).
+
+* [Official Docker hub image](https://hub.docker.com/r/kutt/kutt).
+* Or simply run `docker-compose up` command and then the app should be ready on port "3000".
## Browser Extensions