template updates

This commit is contained in:
2023-11-12 08:03:32 -08:00
parent 1bf56e763b
commit 4e1c5035f9
2 changed files with 37 additions and 10 deletions

View File

@@ -37,13 +37,6 @@
<Networking>
<Mode>host</Mode>
<Publish>
<Port>
<HostPort>25565</HostPort>
<ContainerPort>25565</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
@@ -87,12 +80,28 @@
<Value>0.11.2</Value>
<Name>INSTALLER_VERSION</Name>
<Mode/>
</Variable>
</Variable>
<Variable>
<Value>4G</Value>
<Name>XMX</Name>
<Mode/>
</Variable>
<Variable>
<Value>2G</Value>
<Name>XMS</Name>
<Mode/>
</Variable>
<Variable>
<Value>1G</Value>
<Name>XMN</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Host Port 1" Target="25565" Default="25565" Mode="udp" Description="Container Port: 25565" Type="Port" Display="always" Required="true" Mask="false">25565</Config>
<Config Name="Host Port 2" Target="25565" Default="25565" Mode="tcp" Description="Container Port: 25565" Type="Port" Display="always" Required="true" Mask="false">25565</Config>
<Config Name="Save Data" Target="/MCserver/world/" Default="" Mode="rw" Description="Container Path: /MCserver/world/" Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="Java Xmx" Target="XMX" Default="4G" Mode="" Description="Set java memory." Type="Variable" Display="always" Required="true" Mask="false">4G</Config>
<Config Name="Java Xms" Target="XMS" Default="2G" Mode="" Description="Set java memory." Type="Variable" Display="always" Required="true" Mask="false">2G</Config>
<Config Name="Java Xmn" Target="XMN" Default="1G" Mode="" Description="Set java memory." Type="Variable" Display="always" Required="true" Mask="false">1G</Config>
<Config Name="AppData Config Path" Target="/MCserver" Default="/mnt/user/appdata/minecraft-fabric-server" Mode="rw" Description="Container Path: /MCserver" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/user/appdata/minecraft-fabric-server</Config>
<Config Name="Key 2" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced-hide" Required="false" Mask="false">99</Config>
<Config Name="Key 3" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced-hide" Required="false" Mask="false">100</Config>