Add SKIP_CHOWN_DATA to skip the "Changing ownership of /data" (#3103)

This commit is contained in:
Geoff Bourne
2024-10-13 15:05:49 -05:00
committed by GitHub
parent f5da624789
commit afbdfea0bb
2 changed files with 4 additions and 1 deletions

View File

@@ -3,3 +3,5 @@ To troubleshoot the container initialization, such as when server files are pre-
To troubleshoot just the command-line used to start the Minecraft server, set the environment variable `DEBUG_EXEC` to `true`.
To troubleshoot any issues with memory allocation reported by the JVM, set the environment variable `DEBUG_MEMORY` to `true`.
If you are experiencing any issues with the "Changing ownership of /data" step, that can be disabled by setting `SKIP_CHOWN_DATA` to `true`.