Skip to content

Commit 20d6564

Browse files
committed
remove obsolete version: from docker-compose
1 parent 0bc1423 commit 20d6564

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ docker run \
4444
wolveix/satisfactory-server:latest
4545
```
4646

47-
<details>
47+
<details>
4848
<summary>Explanation of the command</summary>
4949

50-
* `--detach` -> Starts the container detached from your terminal<br>
50+
* `--detach` -> Starts the container detached from your terminal<br>
5151
If you want to see the logs replace it with `--sig-proxy=false`
5252
* `--name` -> Gives the container a unqiue name
5353
* `--hostname` -> Changes the hostname of the container
@@ -57,15 +57,14 @@ Allows you to easily access your savegames
5757
* For the environment (`--env`) variables please see [here](https://github.com/wolveix/satisfactory-server#environment-variables)
5858
* `--memory-reservation=4G` -> Reserves 4GB RAM from the host for the container's use
5959
* `--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>
6161
</details>
6262

6363
### Docker Compose
6464

6565
If you're using [Docker Compose](https://docs.docker.com/compose/):
6666

6767
```yaml
68-
version: '3'
6968
services:
7069
satisfactory-server:
7170
container_name: 'satisfactory-server'
@@ -96,8 +95,8 @@ services:
9695
9796
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.
9897
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
101100
[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).
102101

103102
```bash
@@ -150,8 +149,6 @@ Mod support is still a little rough around the edges, but they do now work. This
150149
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:
151150

152151
```yaml
153-
version: '3'
154-
155152
services:
156153
# only needed for mods
157154
sftp-server:

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
satisfactory-server:
43
container_name: 'satisfactory-server'

saveshare/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Download the release from the releases tab. When you initially run it, it'll ask
1818
If you're using [Docker Compose](https://docs.docker.com/compose/):
1919

2020
```yaml
21-
version: '3'
2221
services:
2322
satisfactory-saveshare:
2423
container_name: satisfactory-saveshare
@@ -33,4 +32,4 @@ services:
3332
_Note: Do not change the username (`saveshare`) or the UID (`1001`). Only change the password._
3433

3534
### 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)

saveshare/docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
satisfactory-saveshare:
43
container_name: satisfactory-saveshare
@@ -7,4 +6,4 @@ services:
76
- /opt/saveshare:/home/saveshare/upload
87
ports:
98
- "15770:22"
10-
command: saveshare:PASSWORD_HERE:1001
9+
command: saveshare:PASSWORD_HERE:1001

0 commit comments

Comments
 (0)