Skip to content

Commit

Permalink
Merge pull request #535 from mcteo/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus authored Dec 10, 2024
2 parents 965e0c8 + 7e86fc0 commit 2f00c86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/prometheus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<Category>Productivity:</Category>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/prometheus.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/prometheus.png</Icon>
<ExtraParams>--user 99:100</ExtraParams>
<Config Name="Port" Target="9090" Default="9090" Mode="tcp" Description="Container Port: 9090" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Appdata" Target="/prometheus/data" Default="/mnt/user/appdata/prometheus/data" Mode="rw" Description="Appdata directory" Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/prometheus" Default="/mnt/user/appdata/prometheus/data" Mode="rw" Description="Appdata directory" Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="Config" Target="/etc/prometheus/" Default="/mnt/user/appdata/prometheus/etc" Mode="rw" Description="Config directory" Type="Path" Display="advanced" Required="true" Mask="false"/>
</Container>

0 comments on commit 2f00c86

Please sign in to comment.