From fadaecd60670c02ae8fd84fbce194f453c4bee65 Mon Sep 17 00:00:00 2001 From: bestlibre Date: Wed, 31 May 2017 10:11:37 +0200 Subject: [PATCH] Update options for tmpfs (#2730) --- source/hassio/addon_config.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/hassio/addon_config.markdown b/source/hassio/addon_config.markdown index a1b453bb0f5..76a2df6470d 100644 --- a/source/hassio/addon_config.markdown +++ b/source/hassio/addon_config.markdown @@ -97,6 +97,7 @@ The config for an add-on is stored in `config.json`. | options | yes | Default options value of the add-on | schema | yes | Schema for options value of the add-on | image | no | For use dockerhub. +| tmpfs | no | Mount a tmpfs file system in `/tmpfs`. Valide format for this option is : `size=XXXu,uid=N,rw`. Size is mandatory, valid units (`u`) are `k`, `m` and `g` and `XXX` has to be replaced by a number. `uid=N` (with `N` the uid number) and `rw` are optional. ### {% linkable_title Options / Schema %}