Skip to content

Cheats utilisés pour pouvoir démarrer sur mon serveur #1

@titixbrest

Description

@titixbrest

-> 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions