microservices

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by microservices

  1. Would it be possible to add functionality to limit container mount size. Maybe the functionality to limit share sizes would be great then we can mount those shares to docker containers to limit their space. This would be really handy for a SMB NAS in an environment where shares need to be size restricted to end clients.
  2. Unfortunately it was not that simple. Linux alpine was using libressl which does not yet support TLS1.3, however with Alpine 3.9 they have switched to OpenSSL 1.1.1a which does support TLS1.3. In addition, main docker nginx repo has just rebased their image to Alpine 3.9, officially supporting TLS1.3!!! @aptalca Please update your repo to alpine 3.9 as this will allow everyone to enable TLS1.3! 😄
  3. Hello, I know this image is alpine based but I was wondering if TLSv1.3 support is enabled yet? Thanks for the wonderful container and the work the team at @linuxserver.io do to maintain it!