From f78d1716d9da85ce4fdd3fc5acb4ce82601537b4 Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Tue, 1 Dec 2020 23:47:51 -0800 Subject: [PATCH] Don't tell people to use the port configured during the setup wizard during a step that happens before the setup wizard is ran. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39da29f3a4..512c58e203 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ docker run \ --name="tgs" \ # Name for the container --cap-add=sys_nice \ # Recommended, allows tgs to schedule DreamDaemon as a higher priority process --init \ #Highly recommended, reaps potential zombie processes - -p : \ # Port bridge for accessing TGS + -p 5000:5000 \ # Port bridge for accessing TGS, you can change this if you need -p 0.0.0.0:: \ # Port bridge for accessing DreamDaemon -v /path/to/your/configfile/directory:/config_data \ # Recommended, create a volume mapping for server configuration -v /path/to/store/instances:/tgs4_instances \ # Recommended, create a volume mapping for server instances