File tree Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Original file line number Diff line number Diff line change @@ -12,36 +12,7 @@ server.
1212
1313### [ Experiencing issues? Check our Troubleshooting FAQ wiki!] ( https://github.com/wolveix/satisfactory-server/wiki/Troubleshooting-FAQ )
1414
15- ## Upgrading for Satisfactory 1.0
16-
17- Satisfactory is finally out of early access! 🎉
18-
19- If you're not new here and looking to upgrade your setup, here's what you need to do:
20-
21- - Upgrade your local Docker image ` docker pull wolveix/satisfactory-server:latest `
22- - Change your ports from:
23-
24- ```
25- - '7777:7777/udp'
26- - '15000:15000/udp'
27- - '15777:15777/udp'
28- ```
29-
30- - To the new ports:
31-
32- ```
33- - '7777:7777/tcp'
34- - '7777:7777/udp'
35- ```
36-
37- - Ensure BOTH of the new ports are explicitly allowed through your firewall/port forwarded as needed.
38-
39- If you're experiencing API connectivity issues, your issue is that you haven't completed one of these two steps. If
40- you're seeing a ` EADDRINUSE ` log message, Coffee Stain confirmed that it does ** not** matter. Same applies to the
41- self-signed certificate log message. For more information,
42- see [ the original issue from launch] ( https://github.com/wolveix/satisfactory-server/issues/260 ) .
43-
44- Enjoy 1.0! 🎉
15+ ### [ Upgrading for Satisfactory 1.0] ( https://github.com/wolveix/satisfactory-server/wiki/Upgrading-for-1.0 )
4516
4617## Setup
4718
You can’t perform that action at this time.
0 commit comments