Skip to content

Commit e1f1652

Browse files
committed
Added exmaple for latency
1 parent 19d9da2 commit e1f1652

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ Current Version
99
#### Factorio
1010
See [factorio's site](http://www.factorio.com)
1111
#### Docker image
12-
Next feature come from dtandersen's fork:
13-
* Image based on alpine (makes the image more lightweight)
14-
* SSL verification when downloading game
15-
12+
* Added latency option (thanks to Alphasite)
1613
Versions
1714
-----
1815
I'm keeping the image up to date. If you need to use an older version, checkout out the different [tags](https://hub.docker.com/r/zopanix/factorio/tags/).
@@ -98,5 +95,16 @@ docker run -d \
9895
-p [PORT]:34197/udp \
9996
zopanix/factorio
10097
```
98+
99+
#### Change latency option
100+
I do not know what the real impact is, ut has always worked very well on default, but you can change the latency option in ms.
101+
```
102+
docker run -d \
103+
--env FACTORIO_LATENCY_MS=[number] \
104+
-p [PORT]:34197/udp \
105+
zopanix/factorio
106+
107+
```
108+
If some can explain it, please make a PR :-)
101109
### ToDo's
102110
* Add cutom savename for people with a lot of saves

0 commit comments

Comments
 (0)