ソースを参照

docs(changelog): add docker hub link

Pouria Ezzati 5 年 前
コミット
7cb6a549a3
1 ファイル変更4 行追加1 行削除
  1. 4 1
      README.md

+ 4 - 1
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