May 25, 20188 yr I am currently using hernanditos minecraft server docker, i can get it going and use it ok, however, servers are not surviving unraid reboot, servers i am creating i can see in the minecraft servers folder but they do not show up to be able to start them in the minecraft GUI after a reboot. The docker is set to /mnt/user/appdata/minecraftos. It was mentioned that i need to set permissions for group: users [100] and owner: nobody [99] to root0 and 0777 for both. Using winscp, setting owner and group to to root seemed to complete and upon refreshing properties they show as root and 0777 permission, but alas upon unraid reboot the have gone again and server properties/permissions are back to group: users [100] and owner: nobody [99], Anyone have a working docker for minecraft that i can install as a docker or what is going wrong with my current setup ? https://www.dropbox.com/s/21dvoildo567ufy/Screenshot 2018-05-25 20.45.40.png?dl=0 Edited May 25, 20188 yr by loady
May 26, 20188 yr I've been using this one for a few years. I even have it installed twice for two separate servers.
May 28, 20188 yr Author On 5/26/2018 at 5:05 AM, Doberbane said: I've been using this one for a few years. I even have it installed twice for two separate servers. i cant get this docker to work, any ideas.. Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='mcmyadmin2' --net='bridge' -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e 'PUID'='99' -e 'PGID'='100' -p '8080:8080/tcp' -p '25565:25565/tcp' -v '/mnt/user/appdata/minecraft/':'/minecraft':'rw' 'linuxserver/mcmyadmin2' 9576940f6bf96c7a686e50b7d26e0d80f4f7992e61fd4f47373358edc6d6a5d4 /usr/bin/docker: Error response from daemon: driver failed programming external connectivity on endpoint mcmyadmin2 (00f6c72316bff3f60e8ef934da3d9378b0f97fba4d8e69a71b208f7a282b7730): Bind for 0.0.0.0:8080 failed: port is already allocated.The command failed. EDIT: DOH! i had the port assigned to the same as sabnzbd Edited May 28, 20188 yr by loady
May 29, 20188 yr Ya, it looks like your port 8080 is already in use by something else. Mine was as well and so I use 8095. This port is not what the Minecraft client connects to, this is for a web-based sever management portal. Edit: Double-doh! I didn't see your edit until after I posted this. Did you get it working now? Edited May 29, 20188 yr by Doberbane
Archived
This topic is now archived and is closed to further replies.