From c9052c3296c019117cbbb291936a6906f2fbe944 Mon Sep 17 00:00:00 2001 From: David Andersen Date: Fri, 4 Nov 2016 13:21:30 -0700 Subject: [PATCH] minor text changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37bae75..59c78ad 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ docker run -d -p 34197:34197/udp -p 27015:27015/tcp \ For those new to Docker, here is an explanation of the options: * `-d` - Run as a daemon ("detached"). -* `-p` - Expose all ports. +* `-p` - Expose ports. * `-v` - Mount `/tmp/factorio` on the local file system to `/factorio` in the container. * `--restart` - Restart the server if it crashes and at system start * `--name` - Name the container "factorio" (otherwise it has a funny random name).