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

readd haproxy #79

Merged
merged 1 commit into from
Oct 8, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
readd haproxy
this readds haproxy as a dependency. this way you can pass
`--with-haproxy` as a flag again and expose couchdb on 5984

closes #78
  • Loading branch information
robertkowalski committed Sep 26, 2016
commit 1a37dfd95e6103323ac53024e967e2d610876612
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