Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-compose orientdb3.0.5 #50

Open
cuvelierm opened this issue Aug 3, 2018 · 0 comments
Open

docker-compose orientdb3.0.5 #50

cuvelierm opened this issue Aug 3, 2018 · 0 comments

Comments

@cuvelierm
Copy link

cuvelierm commented Aug 3, 2018

I am currently trying to setup OrientDB 3.0.5 in a distributed mode using docker-compose.

After adding my first server(which starts up perfectly all right).
I am not able to use the configured ORIENTDB_ROOT_PASSWORD.

My current docker-compose.yml

version: '3'
services:
  orientdb3:
    image: orientdb:3.0.5
    networks:
    - default
    environment:
      ORIENTDB_ROOT_PASSWORD: "randomrootpassword123"
      ORIENTDB_NODE_NAME: "odb1"
      ORIENTDB_OPTS_MEMORY: "-Xms4G -Xmx4G"
    ports:
      - 2480:2480
      - 2424:2424
    logging:
      driver: json-file
      options:``
        max-size: "200k"
        max-file: "10"
    restart: on-failure

Starting and connecting will work fine, but the randomrootpassword123 I entered is not available, which renders me unable to login.

Any help would be appreciated and if more info is needed feel free to ask.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant