瀏覽代碼

Edit documentation

Seungmin Kim 1 年之前
父節點
當前提交
0786be1155
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      README.md
  2. 1 1
      docker-compose.yml
  3. 1 1
      xgl.yml

+ 1 - 1
README.md

@@ -404,7 +404,7 @@ Make sure that the `NVIDIA_DRIVER_CAPABILITIES` environment variable is set to `
 
 ### The container does not work if I set the resolution above 1920 x 1200 or 2560 x 1600 in 60 hz.
 
-**Upgrade to the latest minor version of the NVIDIA driver major versions 550 or higher. The answer contains legacy information for people who cannot upgrade.**
+**Upgrade to the latest minor version of the NVIDIA driver major version 550 or higher. The answer contains legacy information for people who cannot upgrade.**
 
 <details>
   <summary>Open Answer</summary>

+ 1 - 1
docker-compose.yml

@@ -73,7 +73,7 @@ services:
 #    - SELKIES_TURN_PORT=3478
     # Change to `tcp` if the UDP protocol is throttled or blocked in your client network, or when the TURN server does not support UDP
 #    - SELKIES_TURN_PROTOCOL=udp
-    # You need a valid hostname and a certificate from authorities such as ZeroSSL or Let's Encrypt to enable this
+    # You need a valid hostname and a certificate from authorities such as ZeroSSL or Let's Encrypt with your TURN server to enable TURN over TLS
 #    - SELKIES_TURN_TLS=false
     # Internal TURN server settings, do not uncomment other TURN server settings below this when using an internal TURN server
 #    - TURN_MIN_PORT=65534

+ 1 - 1
xgl.yml

@@ -102,7 +102,7 @@ spec:
         # Change to `tcp` if the UDP protocol is throttled or blocked in your client network, or when the TURN server does not support UDP
 #        - name: SELKIES_TURN_PROTOCOL
 #          value: "udp"
-        # You need a valid hostname and a certificate from authorities such as ZeroSSL or Let's Encrypt to enable this
+        # You need a valid hostname and a certificate from authorities such as ZeroSSL or Let's Encrypt with your TURN server to enable TURN over TLS
 #        - name: SELKIES_TURN_TLS
 #          value: "false"
         # Internal TURN server settings, do not uncomment other TURN server settings below this when using an internal TURN server