From 36c922911b3888de97066f3e9487b946edd024df Mon Sep 17 00:00:00 2001 From: henry Date: Thu, 12 Sep 2024 11:57:57 +0800 Subject: [PATCH] update README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8617827..15ef95f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository is for compiling the SPT server, not for source code. It automatically compiles the SPT code daily at midnight and pushes the compiled version to the releases. The compiled `.zip` file is intended for use with Windows. If you need the Linux version, please refer to the tutorial below. -You also can find lanucher and modules from [here](https://dev.sp-tarkov.com/medusa/spt-build-ci/releases) +You can find the lanucher from [SP-Tarkov](https://dev.sp-tarkov.com/medusa/spt-build-ci/releases) or [here](https://github.com/AirryCo/spt-launcher-ci/releases) [![SPT-Server Build Nightly On Schedule](https://github.com/AirryCo/spt-server-ci/actions/workflows/build-nightly-cron.yaml/badge.svg)](https://github.com/AirryCo/spt-server-ci/actions/workflows/build-nightly-cron.yaml) @@ -24,12 +24,14 @@ You also can find lanucher and modules from [here](https://dev.sp-tarkov.com/med ### For linux -repository(community): https://dev.sp-tarkov.com/medusa/spt-server +repository: https://dev.sp-tarkov.com/medusa/spt-server -registry: https://dev.sp-tarkov.com/medusa/-/packages/container/spt-server/nightly +SPT Registry: https://dev.sp-tarkov.com/medusa/-/packages/container/spt-server/nightly Docker Hub: https://hub.docker.com/r/stblog/spt-server +Github Container Registry: https://github.com/AirryCo/spt-server-ci/pkgs/container/spt-server + 1. use docker shell ```bash @@ -54,3 +56,6 @@ services: - backendPort=6969 ``` +`backendIp`(optional): Your server IP, default is your container IP like `172.17.0.2`. If `network_mode` is set to `host`, it will be your server IP by default + +`backendPort`(optional): Your server port, default is `6969`