You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently updated a portainer paper minecraft server to TCPSheild using plugin and also ProtocolLib. Everything went well, except it's now failing health check. (thanks for everything you did, as the game works perfect in conjunction with TCPSheild)
Any advice for me? And please reply with detail and be kind to me as I am inexperienced. Running a stack on portainer. (like docker-compose jik) I can exec into the container and SSH to the host, but I am unsure of where to go after that. I'm not sure where the specific "logs" are that I am supposed to check. (I'm happy to check them, but WHERE are these logs? :-()
I did find this with a docker inspect command on the host. Or is this something that I can pass a new environment variable on the STACK? (docker-compose) and if so, what IP & port? Minecraft is 25565 and I have it mapped externally to 25570.
I recently updated a portainer paper minecraft server to TCPSheild using plugin and also ProtocolLib. Everything went well, except it's now failing health check. (thanks for everything you did, as the game works perfect in conjunction with TCPSheild)
Any advice for me? And please reply with detail and be kind to me as I am inexperienced. Running a stack on portainer. (like docker-compose jik) I can exec into the container and SSH to the host, but I am unsure of where to go after that. I'm not sure where the specific "logs" are that I am supposed to check. (I'm happy to check them, but WHERE are these logs? :-()
I did find this with a
docker inspect
command on the host. Or is this something that I can pass a new environment variable on the STACK? (docker-compose) and if so, what IP & port? Minecraft is 25565 and I have it mapped externally to 25570."Health": { "Status": "unhealthy", "FailingStreak": 4912, "Log": [ { "Start": "2023-02-17T21:02:51.140253859Z", "End": "2023-02-17T21:02:51.26331095Z", "ExitCode": 1, "Output": "failed to ping localhost:25565 : EOF" }, {
The text was updated successfully, but these errors were encountered: