Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Commit

Permalink
readd haproxy
Browse files Browse the repository at this point in the history
this readds haproxy as a dependency. this way you can pass
`--with-haproxy` as a flag again and expose couchdb on 5984
  • Loading branch information
robertkowalski committed Sep 26, 2016
1 parent 6ceb87f commit aa4effa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions 2.0-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN groupadd -r couchdb && useradd -d /opt/couchdb -g couchdb couchdb
RUN apt-get update -y && apt-get install -y --no-install-recommends \
ca-certificates \
curl \
haproxy \
erlang-nox \
erlang-reltool \
libicu52 \
Expand Down
1 change: 1 addition & 0 deletions 2.0.0-rc1-vote/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN groupadd -r couchdb && useradd -d /opt/couchdb -g couchdb couchdb
RUN apt-get update -y && apt-get install -y --no-install-recommends \
ca-certificates \
curl \
haproxy \
erlang-nox \
erlang-reltool \
libicu52 \
Expand Down
1 change: 1 addition & 0 deletions 2.0.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN groupadd -r couchdb && useradd -d /opt/couchdb -g couchdb couchdb
RUN apt-get update -y && apt-get install -y --no-install-recommends \
ca-certificates \
curl \
haproxy \
erlang-nox \
erlang-reltool \
libicu52 \
Expand Down

0 comments on commit aa4effa

Please sign in to comment.