aboutsummaryrefslogtreecommitdiff
path: root/docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md
diff options
context:
space:
mode:
authorNoCatt <86153630+NoCatt@users.noreply.github.com>2023-08-02 23:52:31 +0200
committerGitHub <noreply@github.com>2023-08-02 23:52:31 +0200
commit432e1a3ceae08bdf84845b17062627797575a164 (patch)
treea8aa1895b4e9b687b896b9265059d4d346051d41 /docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md
parent9bf0addd8d90cba35330e067c36de094f29e6c33 (diff)
downloadNorthstarWiki-432e1a3ceae08bdf84845b17062627797575a164.tar.gz
NorthstarWiki-432e1a3ceae08bdf84845b17062627797575a164.zip
Remove mentions of TCP (#203)
TCP requirement was removed in `v1.12` and we have since version gated above that version.
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.md2
1 files changed, 0 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 caffec9..4dacb02 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
@@ -87,8 +87,6 @@ services:
- /home/YOUR_USERNAME_HERE/Titanfall2/mods:/mnt/mods:ro
ports:
- "37015:37015/udp"
- # uncomment for Northstar v1.12 and older
- #- "8081:8081/tcp"
restart: always
```