Legendary-Java-Minecraft-Geyser-Floodgate
Legendary-Java-Minecraft-Geyser-Floodgate copied to clipboard
Have to run as root still?
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!
You may need to run it with a user specified ('999'). -u '999'