Skip to content

Commit

Permalink
fix: restore local.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
SSen committed Jul 15, 2020
1 parent d4c4f3d commit ce5007f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker:stable
RUN apk add --no-cache curl
# COPY couchdb.ini /opt/couchdb/etc/local.ini
COPY local.ini /opt/couchdb/etc/
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
5 changes: 5 additions & 0 deletions local.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[chttpd]
bind_address = any

[httpd]
bind_address = any

0 comments on commit ce5007f

Please sign in to comment.