Skip to content
Discussion options

You must be logged in to vote

The installation instructions are here if that provides any clues.

Yes, that is needed:

    volumes:
    - type: bind
      source: ./node-red
      target: /data

That along with the log tells me that the userDir maps to /data internally to Docker and externally to ./node-red BUT, that is somewhat suspect because it is a relative filing system reference. Relative to what? I can't tell and could potentially be different on different platforms. It should point to an absolute path such as /home/node-red/ (which might be the case if the host system has a user called node-red and that the Docker instance has access to that users home data.

Bottom line is that, if you have access to the host…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@TotallyInformation
Comment options

@nzbrewer
Comment options

@nzbrewer
Comment options

@TotallyInformation
Comment options

Answer selected by nzbrewer
@nzbrewer
Comment options

@nzbrewer
Comment options

@TotallyInformation
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Documentation/Help Improvements/corrections to documentation and help
2 participants