Skip to content

Commit

Permalink
Updated Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pantsel committed Feb 11, 2017
1 parent ef81bde commit a08ee87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:6
FROM mhart/alpine-node

#RUN apk update && apk upgrade && \
# apk add --no-cache bash git
RUN apk update && apk upgrade && \
apk add --no-cache make gcc g++ python bash git


RUN npm install -g bower gulp
Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,12 @@ Environment variables
<td><code>KONGA_BACKEND_URL</code></td>
<td><small>The full URL of the backend server</small></td>
</tr>
<tr>
<td><code>KONGA_FRONTEND_PORT</code></td>
<td><small>The PORT on which the frontend server will be lifted</small></td>
</tr>
<tr>
<td><code>KONGA_BACKEND_PORT</code></td>
<td><small>The PORT on which the backend server will be lifted</small></td>
</tr>
</table>

<pre>
$ docker pull pantsel/konga
$ docker run -p {frontend port}:3000 -p {backend-port}:1338 -e KONGA_BACKEND_URL={full backend url} pantsel/konga
</pre>


#### Login
Expand Down

0 comments on commit a08ee87

Please sign in to comment.