It ease the use of the docker container : without it you need to allow
everyone to read the configuration file on the host, mount it in the
container with a volume to allow sauna user inside the container to read
it.
With this patch, you only need to create a user with uid 4343 on the
host, chown the configuration file with this host and proceed.
It ease the use of the docker container : without it you need to allow everyone to read the configuration file on the host, mount it in the container with a volume to allow sauna user inside the container to read it.
With this patch, you only need to create a user with uid 4343 on the host, chown the configuration file with this host and proceed.