Use proper capitalization

This commit is contained in:
Chocobo1 2023-02-06 13:09:34 +08:00
parent 5c5cd89f35
commit 65f3375dea
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ https://github.com/qbittorrent/qBittorrent/issues
* A few notes:
* Alternatively, you can use `ghcr.io/qbittorrent/docker-qbittorrent-nox:${QBT_VERSION}`
for the image path.
* By default the timezone in the container uses the default of alpine linux (which is most likely `UTC`).
* By default the timezone in the container uses the default of Alpine Linux (which is most likely `UTC`).
You can set the environment variable `TZ` to your preferred value.
* You can change the User ID (UID) and Group ID (GID) of the `qbittorrent-nox` process by setting
environment variables `PUID` and `PGID` respectively. By default they are both set to `1000`. \

View File

@ -89,7 +89,7 @@ There are some paths involved:
```
* A few notes:
* By default the timezone in the container uses the default of alpine linux (which is most likely `UTC`).
* By default the timezone in the container uses the default of Alpine Linux (which is most likely `UTC`).
You can set the environment variable `TZ` to your preferred value.
* You can change the User ID (UID) and Group ID (GID) of the `qbittorrent-nox` process by setting
environment variables `PUID` and `PGID` respectively. By default they are both set to `1000`. \