diff options
author | pg9182 <96569817+pg9182@users.noreply.github.com> | 2023-04-26 11:50:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 17:50:45 +0200 |
commit | 5869a4756d32f54313e99c613899cfa3acf1187a (patch) | |
tree | bd982a97ad39c2c973deda5010f0f9b0e132ff78 /docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md | |
parent | 45fb7c55a8d5090067cb110aff2c48c4576b919c (diff) | |
download | NorthstarWiki-5869a4756d32f54313e99c613899cfa3acf1187a.tar.gz NorthstarWiki-5869a4756d32f54313e99c613899cfa3acf1187a.zip |
Update docs for Northstar v1.13 UDP auth (#158)
Diffstat (limited to 'docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md')
-rw-r--r-- | docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md b/docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md index b8bd2c0..caffec9 100644 --- a/docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md +++ b/docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md @@ -68,7 +68,8 @@ services: pull_policy: always environment: NS_PORT: 37015 - NS_PORT_AUTH: 8081 + # uncomment for Northstar v1.12 and older + #NS_PORT_AUTH: 8081 NS_SERVER_NAME: "Enter Server Name here" NS_SERVER_DESC: "Enter your description here" NS_EXTRA_ARGUMENTS: | @@ -86,7 +87,8 @@ services: - /home/YOUR_USERNAME_HERE/Titanfall2/mods:/mnt/mods:ro ports: - "37015:37015/udp" - - "8081:8081/tcp" + # uncomment for Northstar v1.12 and older + #- "8081:8081/tcp" restart: always ``` |