-
I have the ghcr.io/manyfold3d/manyfold-solo:latest installed in unraid. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
-
I have the ghcr.io/manyfold3d/manyfold-solo:latest installed in unraid. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Note: I just got manyfold running myself and had trouble with this as well. I'm not using unraid either but I don't think it will matter.
Assuming you're using docker compose to create the container, what this is referencing is in your docker compose, whatever you specified here:
E.g. if your path is /mnt/user/3d your docker compose should be:
volumes:
- /mnt/user/3d:/libraries
And then in the webui, you'll want to enter /libraries if your mount has no subdirectories. If it does, for example if your storage is /mnt/user/3d/library1, /mnt/user/3d/library2, /mnt/user/3d/library3 you could create libraries in Manyfold accordingly, such as by entering /libraries/library1, /libraries/library2…