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
80d8402088
commit
c92605d9ee
@ -23,8 +23,11 @@ For more information on grocy visit their website and check it out: https://groc
|
||||
<WebUI>http://[IP]:[PORT:80]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/grocy.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/grocy-logo.png</Icon>
|
||||
<Date>2023-05-25</Date>
|
||||
<Date>2024-03-06</Date>
|
||||
<Changes>
|
||||
### 2024-03-06
|
||||
- Rebase to Alpine 3.19 with php 8.3.
|
||||
|
||||
### 2023-05-25
|
||||
- Rebase to Alpine 3.18, deprecate armhf.
|
||||
|
||||
@ -81,7 +84,7 @@ For more information on grocy visit their website and check it out: https://groc
|
||||
|
||||
</Changes>
|
||||
<Config Name="WebUI" Target="80" Default="9283" Mode="tcp" Description="will map the container's port 80 to port 9283 on the host" Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="this will store any uploaded data on the docker host" Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Persistent config files" Type="Path" Display="advanced" 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"/>
|
||||
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user