Explorar o código

Merge pull request #555 from hashlash/patch-2

Improve docker setup docs
Pouria Ezzati %!s(int64=3) %!d(string=hai) anos
pai
achega
bd082d559d
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      README.md

+ 3 - 2
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).