From ef284f85b39b44543a792a490d516192e50d8f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Tue, 13 Sep 2022 15:24:07 -0300 Subject: [PATCH] Removed slash from Linux section --- site/content/help/feature/multiplayer/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/help/feature/multiplayer/index.md b/site/content/help/feature/multiplayer/index.md index f211cb9c..f5d3bbce 100644 --- a/site/content/help/feature/multiplayer/index.md +++ b/site/content/help/feature/multiplayer/index.md @@ -48,7 +48,7 @@ sudo docker run -d \ --max_members 4 \ --token "" \ --enable-yuzu-mods \ - --web-api-url https://api.yuzu-emu.org/ + --web-api-url https://api.yuzu-emu.org ``` Make sure the ports specified in `--publish` matches the port specified in `--port`, so that *Docker* can correctly forward your server's ports to the container.