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

Running "./test-node.bash --init" on Mac gives "services.datool.command must be a string" #115

Open
npanium opened this issue Feb 6, 2025 · 0 comments

Comments

@npanium
Copy link

npanium commented Feb 6, 2025

As the title states, Running "./test-node.bash --init" on Mac gives "services.datool.command must be a string".

Possible fix-

  • Modify the datool service in docker-compose.yaml:
    image: nitro-node-dev-testnode
    entrypoint: /usr/local/bin/datool
    volumes:
      - "config:/config"
      - "das-committee-a-data:/das-committee-a"
      - "das-committee-b-data:/das-committee-b"
      - "das-mirror-data:/das-mirror"
    command: "help" # Changed from empty to "help"
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