Add read-only fs to weird exceptions

pull/2/head
thespad 2024-06-13 16:29:37 +01:00
rodzic 9b999ca68d
commit a3eb43a380
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -64,9 +64,11 @@ The following configurations are entirely unsupported and you are unlikely to be
The following configurations don't fit nicely into any single category because "it depends". They're not formally supported but we may provide reasonable endeavours support in some cases.
* Running our containers with a root (`0`) PUID or PGID
* Running our containers with a read-only container filesystem
## Change History
* 2024-06-13 - Add read-only running
* 2024-02-13 - Add Weird Exceptions section
* 2024-02-05 - Add ipvlan/macvlan networks
* 2023-10-03 - Initial release