joesturge
joesturge
I acheived automatic configuration of IP tables using a second docker container like so ``` version: '3' services: openvpn: cap_add: - NET_ADMIN image: kylemanna/openvpn container_name: openvpn healthcheck: # healthcheck to...
Hello @savdbroek and @itzg, I know this issue is closed but I have found a way to get lazymc to work with the container, similar to how lazytainer works. Instead...
@itzg https://github.com/itzg/docker-minecraft-server/pull/3017
If you use docker, I have created a solution to this problem: https://github.com/joesturge/lazymc-docker-proxy?tab=readme-ov-file#multiple-server-support
Could you send me the docker compose your are using?
I think I know the issue, there is a start timeout setting which defaults to 300secs which has not been mapped in the configuration class here, could you start your...
Hi a new version has been published which you can set a new property on the container `lazymc.server.start_timeout`, try setting that to a long time like 500secs
you need version 2.6.1
I really like the way you have done this, would make it possible to support kubernetes in the future too possibly
That was related to this issue which was closed: https://github.com/joesturge/lazymc-docker-proxy/issues/110 I think I should remove this [line](https://github.com/joesturge/lazymc-docker-proxy/blob/80ad876423f992881b42483b8de4e865792f0e45/src/entrypoint/mod.rs#L103) as stated in [this](https://github.com/joesturge/lazymc-docker-proxy/issues/110#issuecomment-2373527100) comment, not sure how much value it would give...