Update README.md

This commit is contained in:
Wonderfall 2021-02-04 15:04:43 +01:00 committed by GitHub
parent e930c463dd
commit c6d6fbb933
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,9 @@ A GNU Social-compatible microblogging server : https://github.com/tootsuite/mast
#### Why this image?
This image is not the official one. The main difference you can notice is that all processes (web, streaming, sidekiq) are running in a single container, thanks to s6 (a supervision suite). Therefore it's easier to deploy, but not recommended for scaling.
#### Security
As many images from the time it was first made, this image follows the principle of degrading privileges. It runs first as root to ensure permissions are set correctly and then only makes use of the UID/GID of your choice. While I agree it's not perfect (due to Linux insecurity), it seemed the best security/comfort balance at the time and it'll remain so for a while.
#### Features
- Based on Alpine Linux.
- As lightweight as possible.