Skip to content

Commit ebf2718

Browse files
committed
Explicitly outline how to update
1 parent e5fe6b2 commit ebf2718

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,28 @@ services:
133133
memory: 4G
134134
```
135135
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+
```shell
154+
docker compose pull
155+
docker compose up -d
156+
```
157+
136158
### SSL Certificate with Certbot (Optional)
137159

138160
You can use Certbot with Let's Encrypt to issue a signed SSL certificate for your server. Without this,

0 commit comments

Comments
 (0)