add default ports for starbound

This commit is contained in:
Daniel Wolf 2023-06-13 20:38:39 -04:00
parent 7ea3f95aad
commit 1c8b56e9b4
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
<Beta>False</Beta>
<Date>2023-06-13</Date>
<Config Name="Game Port" Target="21025" Default="" Mode="tcp" Description="Container Port: 21025/tcp" Type="Port" Display="always" Required="false"></Config>
<Config Name="RCON Port" Target="21026" Default="" Mode="udp" Description="Container Port: 21026/udp" Type="Port" Display="always" Required="false"></Config>
<Config Name="Game Port" Target="21025" Default="21025" Mode="tcp" Description="Container Port: 21025/tcp" Type="Port" Display="always" Required="false"></Config>
<Config Name="RCON Port" Target="21026" Default="21026" Mode="udp" Description="Container Port: 21026/udp" Type="Port" Display="always" Required="false"></Config>
<Config Name="Game Data" Target="/opt/starbound-dedicated" Default="/mnt/user/appdata/starbound-scmd" Mode="rw" Description="Container Path: /opt/starbound-dedicated" Type="Path" Display="always" Required="true"></Config>
</Container>