Skip to content

Commit

Permalink
Adjusting expose statements to reflect best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
kstaken committed Jul 12, 2013
1 parent ea5d03a commit 7d6f48d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion couchdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN cd /tmp/apache-couchdb-* ; ./configure && make install

RUN printf "[httpd]\nport = 8101\nbind_address = 0.0.0.0" > /usr/local/etc/couchdb/local.d/docker.ini

EXPOSE 8101:8101
EXPOSE 8101

CMD ["/usr/local/bin/couchdb"]

Expand Down
4 changes: 2 additions & 2 deletions rethinkdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ADD rethinkdb-install.sh /

#RUN /bin/bash /rethinkdb-install.sh

EXPOSE 8100:8100
EXPOSE 8100

#ENTRYPOINT ["rethinkdb"]

#CMD ["-d", "/var/rethinkdb/db", "--bind", "all", "--http-port", "8100"]
#CMD ["-d", "/var/rethinkdb/db", "--bind", "all", "--http-port", "8100"]

0 comments on commit 7d6f48d

Please sign in to comment.