From bc55163f5c7628832ed71443a6a6912f686e1e5f Mon Sep 17 00:00:00 2001 From: Christophe Vandekerchove Date: Thu, 10 Mar 2016 10:23:22 +0100 Subject: [PATCH] Changed readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 186a629..e028655 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ This will generate a new random map with default settings. If you're going to launch it on your local machine, don't use the port 34197, take another one at random. ### With map persistence -`docker run -d -v [PATH]:/opt/factorio/saves -p {port}:34197/udp factorio` +`docker run -d -v [PATH]:/opt/factorio/saves -p [PORT]:34197/udp factorio` This will generate a new random map with default settings and save it onto the volume. Replace [PATH] with a path to a folder on the host where the map will be saved. ### With existing map -`docker run -d -v [PATH]:/opt/factorio/saves -p {port}:34197/udp factorio` +`docker run -d -v [PATH]:/opt/factorio/saves -p [PORT]:34197/udp factorio` It's the same as above, so if there is a file named save.zip in the [PATH] folder, it will use that map as default.