From dfdbf6038a9801060f4e0475b4cbad466ac56211 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Fri, 27 Jan 2017 13:20:57 +0100 Subject: [PATCH] Fix version tag in README.md. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 054ffac..e7a1743 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Before first start up you should make sure to create a save file for the server docker run --rm \ -v /path/to/data:/data \ -v /path/to/config:/config \ + icedream/factorio:0.14.21 \ /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! @@ -23,7 +24,7 @@ version: "2" services: factorio: # 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: