How to start the test version #410
Replies: 1 comment 1 reply
-
Hey! It seems that you've got a typo in your https://github.com/wolveix/satisfactory-server?tab=readme-ov-file#experimental-branch |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I used the one-click docker command to start, but it always shows the 1.0 server instead of the latest 1.1 server. Is there something wrong?
Usage environment, Windows version of docker
The code is as follows
docker run -d --name=satisfactory-server-2 -h satisfactory-server -e MAXPLAYERS=4 -e PGID=1000 -e PUID=1000 -e STEAMBETA=ture -e SERVERGAMEPORT=8888 -e SKIPUPDATE=ture -v D:\2:/config -m 12G --memory-reservation=8G -p 9999:8888/udp -p 9999:8888/tcp wolveix/satisfactory-server:latest
Beta Was this translation helpful? Give feedback.
All reactions