You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+15-15
Original file line number
Diff line number
Diff line change
@@ -8,29 +8,38 @@
8
8
This is a Dockerized version of the [Satisfactory](https://store.steampowered.com/app/526870/Satisfactory/) dedicated
9
9
server.
10
10
11
-
You can alternatively try [saveshare](https://github.com/wolveix/satisfactory-server/tree/main/saveshare) instead (which relies on
11
+
You can alternatively try [saveshare](https://github.com/wolveix/satisfactory-server/tree/main/saveshare) instead (which
12
+
relies on
12
13
client-hosting).
13
14
14
15
## Upgrading for Satisfactory 1.0
15
16
16
17
Satisfactory is finally out of early access! 🎉
17
18
18
19
If you're not new here and looking to upgrade your setup, here's what you need to do:
20
+
19
21
- Upgrade your local Docker image `docker pull wolveix/satisfactory-server:latest`
20
22
- Change your ports from:
23
+
21
24
```
22
25
- '7777:7777/udp'
23
26
- '15000:15000/udp'
24
27
- '15777:15777/udp'
25
28
```
29
+
26
30
- To the new ports:
31
+
27
32
```
28
33
- '7777:7777/tcp'
29
34
- '7777:7777/udp'
30
35
```
36
+
31
37
- Ensue BOTH of the new ports are explicitly allowed through your firewall/port forwarded as needed.
32
38
33
-
If you're experiencing API connectivity issues, your issue is that you haven't completed one of these two steps. If you're seeing a `EADDRINUSE` log message, Coffee Stain confirmed that it does **not** matter. Same applies to the self-signed certificate log message. For more information, see [the original issue from launch](https://github.com/wolveix/satisfactory-server/issues/260).
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).
34
43
35
44
Enjoy 1.0! 🎉
36
45
@@ -46,7 +55,6 @@ following directories:
46
55
-`/backups` - the server will automatically backup your saves when the container first starts
47
56
-`/gamefiles` - this is for the game's files. They're stored outside of the container to avoid needing to redownload
48
57
8GB+ every time you want to rebuild the container
49
-
-`/overrides` - this is for custom `.ini` configuration file overrides
50
58
-`/saved` - this contains the game's blueprints, saves, and server configuration
51
59
52
60
Before running the server image, you should find your user ID that will be running the container. This isn't necessary
0 commit comments