Legendary-Java-Minecraft-Geyser-Floodgate icon indicating copy to clipboard operation
Legendary-Java-Minecraft-Geyser-Floodgate copied to clipboard

Have to run as root still?

Open parsoli opened this issue 8 months ago • 1 comments

Hello. Stood up a new instance, noticed that in December you have resolved the need to run as root and that it spawns a minecraft user account. After running the below command it fails with permissions error. Only way to get it to run is with SUDO.

docker run -it -v minecraft:/minecraft -p 25565:25565 -p 19132:19132/udp -p 19132:19132 --restart unless-stopped 05jchambers/legendary-minecraft-geyser-floodgate:latest

I've scoured your sites and cannot find instructions on how to run. Please advise.

Thanks!

parsoli avatar Mar 25 '25 18:03 parsoli

You may need to run it with a user specified ('999'). -u '999'

2mOlaf avatar Mar 29 '25 17:03 2mOlaf