GeyserMC / GeyserConnect

GeyserConnect is an easy way for bedrock clients to connect to any Java edition servers without having to run anything.
https://geysermc.org
MIT License
196 stars 41 forks source link

Geyser-Connect Starts and then restarts and continue on #34

Closed Sudo-null7 closed 3 years ago

Sudo-null7 commented 3 years ago

image It will do that and my command to make the docker is docker run --name "geyser-c" -d --restart always -p 19132:19132/udp -p 19133:19133/udp -v /data:/gsc geyser-connect

rtm516 commented 3 years ago

This is likely caused by docker being unable to mount the /data directory as it won't exist on windows so you will need to change it. If this is not the case then please provide a log and I will re-open this issue.

The docker image wasn't designed for windows so it may be another issue like file permissions.

Sudo-null7 commented 3 years ago

image There isn't any logs in the log tab but have seen that

Sudo-null7 commented 3 years ago

image

Will not work on windows due to Java path being a Linux path sadly thanks for the help