Update redis.xml
This commit is contained in:
parent
73acdcf4b0
commit
3094be35f6
1 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@
|
|||
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/redis.png</Icon>
|
||||
<Description>Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.</Description>
|
||||
<Config Name="Redis Port" Target="6379" Default="6379" Mode="tcp" Description="Redis Port" Type="Port" Display="always" Required="true" Mask="false">6379</Config>
|
||||
<Config Name="Appdata" Target="/bitnami/redis" Default="" Mode="rw" Description="Appdata folder for database persistence. Remove if unneeded" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/redis</Config>
|
||||
<Config Name="ALLOW_EMPTY_PASSWORD" Target="ALLOW_EMPTY_PASSWORD" Default="yes|no" Mode="" Description="ALLOW_EMPTY_PASSWORD" Type="Variable" Display="always" Required="true" Mask="false">yes</Config>
|
||||
<Config Name="Password" Target="REDIS_PASSWORD" Default="" Mode="" Description="If you want password put ALLOW_EMPTY_PASSWORD to no, then put the password here." Type="Variable" Display="always" Required="false" Mask="false">941378</Config>
|
||||
</Container>
|
||||
<Config Name="Redis Extra Flags" Target="REDIS_EXTRA_FLAGS" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">--auto-aof-rewrite-percentage 100 --auto-aof-rewrite-min-size 64mb</Config>
|
||||
</Container>
|
||||
|
|
Loading…
Reference in a new issue