We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fe6b2 commit ebf2718Copy full SHA for ebf2718
README.md
@@ -133,6 +133,28 @@ services:
133
memory: 4G
134
```
135
136
+### Updating
137
+
138
+The game automatically updates when the container is started or restarted (unless you set `SKIPUPDATE=true`).
139
140
+To update the container image itself:
141
142
+#### Docker Run
143
144
+```shell
145
+docker pull wolveix/satisfactory-server:latest
146
+docker stop satisfactory-server
147
+docker rm satisfactory-server
148
+docker run ...
149
+```
150
151
+#### Docker Compose
152
153
154
+docker compose pull
155
+docker compose up -d
156
157
158
### SSL Certificate with Certbot (Optional)
159
160
You can use Certbot with Let's Encrypt to issue a signed SSL certificate for your server. Without this,
0 commit comments