Merge pull request #4 from dtandersen/autopausetypo2

Fixed spelling of FACTORIO
This commit is contained in:
zopanix 2016-04-15 07:37:17 +02:00
commit 601ee80a47
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ ENV FACTORIO_AUTOSAVE_SLOTS 3
ENV FACTORIO_DISSALOW_COMMANDS true
ENV FACOTIO_NO_AUTO_PAUSE false
ENV FACTORIO_NO_AUTO_PAUSE false
RUN echo "# Installing curl" && \
apt-get update && \

View File

@ -94,10 +94,10 @@ docker run -d \
zopanix/factorio
```
#### 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 \
--env FACOTIO_NO_AUTO_PAUSE=true \
--env FACTORIO_NO_AUTO_PAUSE=true \
-p [PORT]:34197/udp \
zopanix/factorio
```