PUBLICIP_PERIOD environment variable

This commit is contained in:
Quentin McGaw
2020-07-16 01:12:54 +00:00
parent 002ffacd35
commit 51af8d1ab0
6 changed files with 102 additions and 11 deletions

View File

@@ -288,6 +288,12 @@ That one is important if you want to connect to the container from your LAN for
| `UID` | `1000` | | User ID to run as non root and for ownership of files written |
| `GID` | `1000` | | Group ID to run as non root and for ownership of files written |
### Other
| Variable | Default | Choices | Description |
| --- | --- | --- | --- |
| `PUBLICIP_PERIOD` | `12h` | Valid duration | Period to check for public IP address. Set to `0` to disable. |
## Connect to it
There are various ways to achieve this, depending on your use case.