소스 검색

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