Bot Updating Unraid Template

This commit is contained in:
LinuxServer-CI 2023-08-11 00:02:13 +00:00
parent 572787152e
commit c1993586fb

View File

@ -112,7 +112,7 @@ For more information on BookStack visit their website and check it out: https://
<Config Name="DB_HOST" Target="DB_HOST" Default="yourdbhost" Description="for specifying the database host" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="DB_PORT" Target="DB_PORT" Default="yourdbport" Description="for specifying the database port if not default 3306" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="DB_USER" Target="DB_USER" Default="yourdbuser" Description="for specifying the database user" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="DB_PASS" Target="DB_PASS" Default="yourdbpass" Description="for specifying the database password (non-alphanumeric passwords must be properly escaped.)" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="DB_PASS" Target="DB_PASS" Default="yourdbpass" Description="for specifying the database password (minimum 4 characters and non-alphanumeric passwords must be properly escaped.)" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="DB_DATABASE" Target="DB_DATABASE" Default="bookstackapp" Description="for specifying the database to be used" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>