Fix version tag in README.md.

0.13.20
Carl Kittelberger 2017-01-27 13:20:57 +01:00
parent 0d64b370bf
commit dfdbf6038a
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ Before first start up you should make sure to create a save file for the server
docker run --rm \ docker run --rm \
-v /path/to/data:/data \ -v /path/to/data:/data \
-v /path/to/config:/config \ -v /path/to/config:/config \
icedream/factorio:0.14.21 \
/opt/factorio/bin/x64/factorio --create /data/saves/my-save.zip /opt/factorio/bin/x64/factorio --create /data/saves/my-save.zip
After that you can use the givena volumes for running the server, for example using Docker Compose! After that you can use the givena volumes for running the server, for example using Docker Compose!
@ -23,7 +24,7 @@ version: "2"
services: services:
factorio: factorio:
# The image to use, version number of the server can be used as a tag. # The image to use, version number of the server can be used as a tag.
image: icedream/factorio:0.14.2 image: icedream/factorio:0.14.21
# Volumes to mount in # Volumes to mount in
volumes: volumes: