Bot Updating Documentation

pull/65/head
LinuxServer-CI 2022-11-28 16:38:15 -06:00
rodzic c3baadd906
commit 10231a2af3
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -138,8 +138,8 @@ Docker images are configured using parameters passed at runtime (such as those a
| `PUID=1000` | for UserID - see below for explanation |
| `PGID=1000` | for GroupID - see below for explanation |
| `TZ=Europe/London` | Specify a timezone to use (e.g. Europe/London) - [see list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) |
| `MEM_LIMIT=1024` | Optionally change the Java memory limit. Set to `default` to reset to default |
| `MEM_STARTUP=1024` | Optionally change the Java initial/minimum memory. Set to `default` to reset to default |
| `MEM_LIMIT=1024` | Optionally change the Java memory limit (in Megabytes). Set to `default` to reset to default |
| `MEM_STARTUP=1024` | Optionally change the Java initial/minimum memory (in Megabytes). Set to `default` to reset to default |
### Volume Mappings (`-v`)