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.