Skip to content
Discussion options

You must be logged in to vote

Seems there is an issue with user rights between the host machine and Docker container. Try to add user: root do the docker-compose.yml file and try again:

  opendj:
    image: openidentityplatform/opendj:latest
    hostname: opendj.example.com
    user: root
    ports:
      - "1389:1389"
      - "1636:1636"
      - "4444:4444"
    volumes:
      - ./opendj/bootstrap/data/:/opt/opendj/bootstrap/data
      - ./opendj/bootstrap/schema/:/opt/opendj/bootstrap/schema
      - ./persistence/opendj:/opt/opendj/data
    environment:
      - BASE_DN=dc=openam,dc=openidentityplatform,dc=org

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by maximthomas
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants