Replies: 1 comment 2 replies
-
This seems to be something at the Docker layer especially since you said it stopped working with a Docker Desktop upgrade. I am going to convert this to a discussion. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem
This was running when I was on Docker Desktop 4.15.X. After updating Docker Desktop, I am now getting the below error:
[init] Running as uid=1000 gid=1000 with /data as 'd---rwx--- 16 1000 1000 512 Jan 24 13:27 /data'
/start-utils: line 202: /data/eula.txt: Permission denied
I am using the docker-compose template from here. And I have even tried the SELinux note below it to no avail.
Something else interesting is that the
minecraft-data
folder permissions is being reset to 470 (after I manually set it to 755 when the server is attempting to start upContainer definition
Container logs
Beta Was this translation helpful? Give feedback.
All reactions