Bot Updating Documentation

pull/269/head
LinuxServer-CI 2024-12-02 09:27:57 +00:00
rodzic d04a762a10
commit 0712b06eb1
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 16 dodań i 11 usunięć

Wyświetl plik

@ -105,6 +105,10 @@ It is possible to play games over KasmVNC, but it as a protocol is not currently
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
!!! info
Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
```yaml
@ -185,13 +189,13 @@ Containers are configured using parameters passed at runtime (such as those abov
| Parameter | Function |
| :----: | --- |
| `3000` | SteamOS desktop gui. |
| `3001` | HTTPS SteamOS desktop gui. |
| `27031-27036/udp` | Steam Remote Play Ports (UDP). |
| `27031-27036` | Steam Remote Play Ports (TCP). |
| `47984-47990` | Sunshine Ports (TCP). |
| `48010-48010` | Sunshine Ports (TCP). |
| `47998-48000/udp` | Sunshine Ports (UDP). |
| `3000:3000` | SteamOS desktop gui. |
| `3001:3001` | HTTPS SteamOS desktop gui. |
| `27031-27036:27031-27036/udp` | Steam Remote Play Ports (UDP). |
| `27031-27036:27031-27036` | Steam Remote Play Ports (TCP). |
| `47984-47990:47984-47990` | Sunshine Ports (TCP). |
| `48010-48010:48010-48010` | Sunshine Ports (TCP). |
| `47998-48000:47998-48000/udp` | Sunshine Ports (UDP). |
### Environment Variables (`-e`)
@ -227,6 +231,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| `--shm-size=` | This is needed for the steam browser to function properly. |
| `--security-opt seccomp=unconfined` | This is needed to allow kernel syscalls made by Steam. |
| `--security-opt apparmor=unconfined` | For Debian/Ubuntu hosts Steam needs elevated perms that AppArmor blocks. |
| `--cap-add=NET_ADMIN` | |
### Portainer notice