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
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,10 +44,10 @@ docker run \
44
44
wolveix/satisfactory-server:latest
45
45
```
46
46
47
-
<details>
47
+
<details>
48
48
<summary>Explanation of the command</summary>
49
49
50
-
*`--detach` -> Starts the container detached from your terminal<br>
50
+
*`--detach` -> Starts the container detached from your terminal<br>
51
51
If you want to see the logs replace it with `--sig-proxy=false`
52
52
*`--name` -> Gives the container a unqiue name
53
53
*`--hostname` -> Changes the hostname of the container
@@ -57,15 +57,14 @@ Allows you to easily access your savegames
57
57
* For the environment (`--env`) variables please see [here](https://github.com/wolveix/satisfactory-server#environment-variables)
58
58
*`--memory-reservation=4G` -> Reserves 4GB RAM from the host for the container's use
59
59
*`--memory 6G` -> Restricts the container to 6GB RAM
60
-
*`--publish` -> Specifies the ports that the container exposes<br>
60
+
*`--publish` -> Specifies the ports that the container exposes<br>
61
61
</details>
62
62
63
63
### Docker Compose
64
64
65
65
If you're using [Docker Compose](https://docs.docker.com/compose/):
66
66
67
67
```yaml
68
-
version: '3'
69
68
services:
70
69
satisfactory-server:
71
70
container_name: 'satisfactory-server'
@@ -96,8 +95,8 @@ services:
96
95
97
96
If you are running a [Kubernetes](https://kubernetes.io) cluster, we do have a [service.yaml](https://github.com/wolveix/satisfactory-server/tree/main/cluster/service.yaml) and [statefulset.yaml](https://github.com/wolveix/satisfactory-server/tree/main/cluster/statefulset.yaml) available under the [cluster](https://github.com/wolveix/satisfactory-server/tree/main/cluster) directory of this repo, along with an example [values.yaml](https://github.com/wolveix/satisfactory-server/tree/main/cluster/values.yaml) file.
98
97
99
-
If you are using [Helm](https://helm.sh), you can find charts for this repo on
100
-
[ArtifactHUB](https://artifacthub.io/packages/search?ts_query_web=satisfactory&sort=relevance&page=1). The
98
+
If you are using [Helm](https://helm.sh), you can find charts for this repo on
99
+
[ArtifactHUB](https://artifacthub.io/packages/search?ts_query_web=satisfactory&sort=relevance&page=1). The
101
100
[k8s-at-home](https://github.com/k8s-at-home/charts) helm chart for Satisfactory can be installed with the below (please see `cluster/values.yaml` for more information).
102
101
103
102
```bash
@@ -150,8 +149,6 @@ Mod support is still a little rough around the edges, but they do now work. This
150
149
The container does **NOT** have an S/FTP server installed directly, as Docker images are intended to carry a single function/process. You can either SFTP into your host that houses the Satisfactory server (trivial to do if you're running Linux), or alternatively you can spin up an S/FTP server through the use of another Docker container using the Docker Compose example listed below:
Copy file name to clipboardExpand all lines: saveshare/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@ Download the release from the releases tab. When you initially run it, it'll ask
18
18
If you're using [Docker Compose](https://docs.docker.com/compose/):
19
19
20
20
```yaml
21
-
version: '3'
22
21
services:
23
22
satisfactory-saveshare:
24
23
container_name: satisfactory-saveshare
@@ -33,4 +32,4 @@ services:
33
32
_Note: Do not change the username (`saveshare`) or the UID (`1001`). Only change the password._
34
33
35
34
### Known Issues
36
-
You can't delete blueprints, unless you manually stop everyone from running the application and everyone deletes the blueprint locally (and server-side)
35
+
You can't delete blueprints, unless you manually stop everyone from running the application and everyone deletes the blueprint locally (and server-side)
0 commit comments