Don't tell people to use the port configured during the setup wizard during a step that happens before the setup wizard is ran.

This commit is contained in:
Kyle Spier-Swenson
2020-12-01 23:47:51 -08:00
committed by GitHub
parent 1c991171b5
commit f78d1716d9
+1 -1
View File
@@ -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 <tgs port>:<port configured with setup wizard> \ # 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:<public game port>:<public game port> \ # 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