mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-12 11:17:10 +01:00
corrected a typo
This commit is contained in:
parent
ad9c5c37dc
commit
c1488c61be
@ -94,10 +94,10 @@ docker run -d \
|
|||||||
zopanix/factorio
|
zopanix/factorio
|
||||||
```
|
```
|
||||||
#### Activating no-auto-pause in the game when no one is on the server
|
#### Activating no-auto-pause in the game when no one is on the server
|
||||||
I do not recommend this feature, bud it can make the game more difficult if you're up for a challenge :-). Just set the "FACOTIO_NO_AUTO_PAUSE" variable to "true".
|
I do not recommend this feature, bud it can make the game more difficult if you're up for a challenge :-). Just set the "FACTORIO_NO_AUTO_PAUSE" variable to "true".
|
||||||
```
|
```
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--env FACOTIO_NO_AUTO_PAUSE=true \
|
--env FACTORIO_NO_AUTO_PAUSE=true \
|
||||||
-p [PORT]:34197/udp \
|
-p [PORT]:34197/udp \
|
||||||
zopanix/factorio
|
zopanix/factorio
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user