Update droppy.xml
This commit is contained in:
parent
7d84fd32e7
commit
3c6ead2acf
1 changed files with 4 additions and 4 deletions
|
@ -46,12 +46,12 @@
|
|||
<Environment>
|
||||
<Variable>
|
||||
<Value>99</Value>
|
||||
<Name>PUID</Name>
|
||||
<Name>UID</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value>100</Value>
|
||||
<Name>PGID</Name>
|
||||
<Name>GID</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
</Environment>
|
||||
|
@ -59,6 +59,6 @@
|
|||
<Config Name="Port" Target="8989" Default="8686" Mode="tcp" Description="Container Port: 8989" Type="Port" Display="always" Required="false" Mask="false">8686</Config>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/doppy/</Config>
|
||||
<Config Name="Files" Target="/files" Default="" Mode="rw" Description="Container Path: /files" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/droppy/</Config>
|
||||
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
|
||||
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="Container Path: PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
|
||||
<Config Name="UID" Target="UID" Default="" Mode="" Description="Container Variable: UID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
|
||||
<Config Name="GID" Target="GID" Default="" Mode="" Description="Container Path: GID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
|
||||
</Container>
|
||||
|
|
Loading…
Reference in a new issue