Bot Updating Documentation

pull/269/head
LinuxServer-CI 2024-12-05 08:40:20 +00:00
rodzic 4e5a54b0c5
commit 257444dc1c
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

@ -107,6 +107,10 @@ The folder names for systems are:
To help you get started creating a container from this image you can either use docker-compose or the docker cli. 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)) ### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
```yaml ```yaml
@ -156,9 +160,9 @@ Containers are configured using parameters passed at runtime (such as those abov
| Parameter | Function | | Parameter | Function |
| :----: | --- | | :----: | --- |
| `3000` | Rom/artwork management interface, used to generate/manage config files and download artwork | | `3000:3000` | Rom/artwork management interface, used to generate/manage config files and download artwork |
| `80` | Emulation frontend containing static web files used to browse and launch games | | `80:80` | Emulation frontend containing static web files used to browse and launch games |
| `4001` | IPFS peering port, if you want to participate in the P2P network to distribute frontend artwork please forward this to the Internet | | `4001:4001` | IPFS peering port, if you want to participate in the P2P network to distribute frontend artwork please forward this to the Internet |
### Environment Variables (`-e`) ### Environment Variables (`-e`)