Skip to content

Commit

Permalink
Edit documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Jul 10, 2024
1 parent 9814563 commit 87f8eb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 major driver versions 535, 550, or higher. The answer contains legacy information for people who cannot upgrade.**
**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.**
<details>
<summary>Open Answer</summary>
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
xgl:
container_name: xgl
hostname: xgl
# Change tag `latest` to Ubuntu versions such as `24.04`
# Change tag `latest` to Ubuntu versions such as `24.04`, use a persistent tag such as `24.04-20210101010101` to persist a certain container version
image: ghcr.io/selkies-project/nvidia-glx-desktop:latest
ports:
- '8080:8080'
Expand Down Expand Up @@ -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 (Let's Encrypt may have issues) to enable this
# You need a valid hostname and a certificate from authorities such as ZeroSSL or Let's Encrypt to enable this
# - 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
Expand Down
4 changes: 2 additions & 2 deletions xgl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
# hostNetwork: true
containers:
- name: xgl
# Change tag `latest` to Ubuntu versions such as `24.04`
# Change tag `latest` to Ubuntu versions such as `24.04`, use a persistent tag such as `24.04-20210101010101` to persist a certain container version
image: ghcr.io/selkies-project/nvidia-glx-desktop:latest
env:
- name: TZ
Expand Down Expand Up @@ -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 (Let's Encrypt may have issues) to enable this
# You need a valid hostname and a certificate from authorities such as ZeroSSL or Let's Encrypt to enable this
# - 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
Expand Down

0 comments on commit 87f8eb9

Please sign in to comment.