NicolasLM / sauna

Lightweight daemon that runs and reports health checks
https://sauna.readthedocs.io
BSD 2-Clause "Simplified" License
18 stars 10 forks source link

Fixe the uid of user sauna when creating it #55

Closed tgermain closed 7 years ago

tgermain commented 7 years ago

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.

tgermain commented 7 years ago

I'm also updating the doc.