mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-22 19:22:55 +00:00
When the container is started as root the default was to drop privileges to "unit:unit". This caused some problems with temporary files. Now the privileges are drop to "101:0". When the container is started as a normal user unit prints a warning that changing the user and group is not possible. This warning is safe to ignore.