Closed charettemtb closed 1 month ago
Just pushed https://github.com/vmorganp/Lazytainer/commit/89aa33ebbd6b11ff7944064c89104626902ad5a7 which should allow you to toggle ipv4 and ipv6.
Can you try updating your compose with
lazytainer:
# ... configuration omitted for brevity
environment:
- IPV6_DISABLED=true
and see if that does what you need?
Hi, Thanks for your project, looking forward to using this.
I got this issue 'panic: open /proc/net/udp6: no such file or directory'. Probably because I've no ipv6 connectivity on my server. Is it possible to render ipv6 optionnal ?
Thanks !