mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
Bot Updating Unraid Template
This commit is contained in:
parent
572787152e
commit
c1993586fb
@ -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"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user