total newb here. Trying to get this up and running to use the CosmereRPG when it comes out. I already added an A name DNS registry, got Nginx setup for port 30000, and created a share to put the game in called VTT and a folder in the share called Data. However, when I run the docker, it immediatly stops. nothing downloads, nothing. here is the log: Entrypoint | 2025-06-24 16:01:39 | [debug] Data directory: /data Entrypoint | 2025-06-24 16:01:39 | [debug] Mount info for /data: shfs[/VTT/Data] fuse.shfs rw,nosuid,nodev,noatime,user_id=0,group_id=0,default_permissions,allow_other Entrypoint | 2025-06-24 16:01:39 | [debug] Testing permissions on /data/.container-permissions-test.txt Entrypoint | 2025-06-24 16:01:39 | [error] Volume write test failed. Entrypoint | 2025-06-24 16:01:39 | [error] Volume read test failed. Entrypoint | 2025-06-24 16:01:39 | [debug] Volume delete test succeeded. Entrypoint | 2025-06-24 16:01:39 | [error] Aborting due to insufficient permissions on /data Entrypoint | 2025-06-24 16:01:39 | [error] Container running as uid:gid: 1000:1000 Entrypoint | 2025-06-24 16:01:39 | [error] For more information see the discussion at: https://github.com/felddy/foundryvtt-docker/discussions/1197 VTT is set to export and is public. What is going on? can the data not be stored on a share?