Open DrewCranmer opened 4 months ago
Double check the ownership and/or permissions on your host directory ./minecraft-data
. The containers are accessing that as user ID 1000. If you're running root-less containers such as with podman, I believe you'll also need to lookup the UID mapping.
I thought I had already changed permissions to grant other users read and write. When looking at ownership, however, I noticed that my minecraft-backups folder was owned by root:root.
I changed it to drew:drew like all of the others....
....and now the backup works!
Thank you so much for the speedy reply!
I'm receiving a "Cannot open: Permission denied" error when trying to run a tar backup.
Here are the contents of my docker-compose file. Do I have something wrong?