Skip to content

Mongo connection failed : IP and port missing #9

Description

@Flow76320

Hi,

There is a typo in run-seyren.sh :
export MONGO_URL=mongodb://$MONGODB_PORT_27017_TCP_ADDR:$MONGODB_PORT_27017_TCP_PORT/seyren

should be
export MONGO_URL=mongodb://$MONGO_PORT_27017_TCP_ADDR:$MONGO_PORT_27017_TCP_PORT/seyren

in order for Seyren to start with Docker.
Note that $MONGODB_PORT_27017_TCP_ADDR should be /$MONGO_PORT_27017_TCP_ADDR and $MONGODB_PORT_27017_TCP_PORT should be $MONGO_PORT_27017_TCP_PORT

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions