-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
[BUG] Fresh install - Unable to run Grocy: config.php in data directory (/app/www/public/../data) not found. #80
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Zfs? |
Yes, ZFS backed but overlayfs docker storage driver. |
I believe you need to be using the zfs storage driver if you plan to use zfs for your |
You need to use the ZFS storage driver if your docker directory (typically /var/lib/docker) is on zfs storage as that's where it keeps all of the image layers and running container filesystems. If you're using bind mounts and it's only your bind mounts that are on ZFS then you shouldn't need the ZFS storage driver. |
Got it, thank you. I have 9 other containers running on this system with docker directory and bind mounts both on zfs without issue so I'm not sure what's different here. I'll see what I can do. |
What's different is this container needs to do a |
Is there an existing issue for this?
Current Behavior
I am attempting a fresh, first time install with:
And when I visit :9283, I get this error:
It appears there is an invalid relative path specified somewhere:
Expected Behavior
According to the readme a fresh install should run without any customizations/modifications. I don't see anything in the readme or issues to resolve this.
Steps To Reproduce
Run the
docker run
command specified above and try to visit the :9283Environment
CPU architecture
arm64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: