-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
-> Modification du port d'écoute de couchdb dans son fichier de conf
diff --git a/couchdb/Dockerfile b/couchdb/Dockerfile
index 5e2ab48..6d7e0f1 100644
--- a/couchdb/Dockerfile
+++ b/couchdb/Dockerfile
@@ -9,6 +9,8 @@ RUN apt-get update -y -qq && apt-get install -y --no-install-recommends netcat \
RUN sed -e 's/^database_dir = .$/database_dir = /data/' -i /usr/local/etc/couchdb/default.ini &&
sed -e 's/^view_index_dir = .$/view_index_dir = /data/' -i /usr/local/etc/couchdb/default.ini && \
- sed -e 's/port = .*$/port = 5984/g' -i /usr/local/etc/couchdb/default.ini && \
- sed -e 's/bind_address = .$/bind_address = ::/g' -i /usr/local/etc/couchdb/default.ini &&
chmod +x /scripts/.sh && touch /.firstrun
Command to run
Metadata
Metadata
Assignees
Labels
No labels