Update postgresql.xml.bak
This commit is contained in:
parent
f77440a7a5
commit
f495f0680e
1 changed files with 11 additions and 6 deletions
|
@ -5,10 +5,6 @@
|
|||
<Registry>https://hub.docker.com/r/bitnami/postgresql/</Registry>
|
||||
<Network>bridge</Network>
|
||||
<Shell>sh</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
||||
<Project>https://www.postgresql.org/</Project>
|
||||
<Overview>PostgreSQL is an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance</Overview>
|
||||
<Branch>
|
||||
<Tag>12</Tag>
|
||||
<TagDescription>Postgresql 12</TagDescription>
|
||||
|
@ -21,10 +17,19 @@
|
|||
<Tag>10</Tag>
|
||||
<TagDescription>Postgresql 10</TagDescription>
|
||||
</Branch>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
||||
<Project>https://www.postgresql.org/</Project>
|
||||
<Overview>&lt;p&gt;PostgreSQL is an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance&amp;nbsp;&lt;/p&gt;
|
||||
&lt;p&gt;Any premission issue unraid cli:&lt;/p&gt;
|
||||
&lt;p&gt;chown 1001 -R /mnt/user/appdata/postgresql/data&lt;/p&gt;</Overview>
|
||||
<Category>Tools:</Category>
|
||||
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/postgresql.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/postgresql.png</Icon>
|
||||
<Description>PostgreSQL is an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance</Description>
|
||||
<ExtraParams>--user 1001</ExtraParams>
|
||||
<Description>&lt;p&gt;PostgreSQL is an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance&amp;nbsp;&lt;/p&gt;
|
||||
&lt;p&gt;Any premission issue unraid cli:&lt;/p&gt;
|
||||
&lt;p&gt;chown 1001 -R /mnt/user/appdata/postgresql/data&lt;/p&gt;</Description>
|
||||
<Config Name="Port" Target="5432" Default="5432" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">5432</Config>
|
||||
<Config Name="Appdata" Target="/bitnami/postgresql" Default="/mnt/user/appdata/postgresql/" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/postgresql/</Config>
|
||||
<Config Name="PostgreSQL Username" Target="POSTGRESQL_USERNAME" Default="" Mode="" Description="PostgreSQL Username" Type="Variable" Display="always" Required="true" Mask="false">postgres</Config>
|
||||
|
|
Loading…
Reference in a new issue