From 0fa4a74d5f4b3d37a99a4e95581a7ac6f7978a50 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 14 Oct 2021 14:54:47 -0400 Subject: [PATCH] Readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91f5ec9a98..e67511ce2b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ docker run \ --restart=always \ # Recommended for maximum uptime --network="host" \ # Not recommended, eases networking setup if your sql server is on the same machine --name="tgs" \ # Name for the container - --cap-add=sys_nice \ # Recommended, allows tgs to schedule DreamDaemon as a higher priority process + --cap-add=sys_nice \ # Recommended, allows TGS to lower the niceness of child processes if it sees fit --init \ #Highly recommended, reaps potential zombie processes -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