Skip to content

Commit cb99260

Browse files
committedFeb 2, 2025
fix(setup/options/others): correct default uid/gid
- The image will default to using root:root if no PUID/GUID is specified. - Add link to Wiki page on tz database Fixes #92 Fixes #112
1 parent 5809ed3 commit cb99260

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎setup/options/others.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
| Variable | Default | Choices | Description |
88
| --- | --- | --- | --- |
9-
| `TZ` | | i.e. `Europe/London` | Specify a timezone to use to have correct log times |
10-
| `PUID` | `1000` | | User ID to run as non root and for ownership of files written |
11-
| `PGID` | `1000` | | Group ID to run as non root and for ownership of files written |
9+
| `TZ` | | i.e. `Europe/London` | Specify a [timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) to use to have correct log times |
10+
| `PUID` | `0` (root) | | User ID to run as non root and for ownership of files written |
11+
| `PGID` | `0` (root) | | Group ID to run as non root and for ownership of files written |
1212
| `PUBLICIP_ENABLED` | `true` | `true`, `false` | Check for public IP address information on VPN connection |
1313
| `PUBLICIP_API` | `ipinfo` | `ipinfo`, `ip2location`, `cloudflare` or custom URL | Public IP echo service API to use or an echoip URL in the form `echoip#https://xyz` |
1414
| `PUBLICIP_API_TOKEN` | | | Optional API token for the public IP echo service to increase rate limiting |

0 commit comments

Comments
 (0)