mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-03-31 06:24:00 -04:00
Added missing LOGLEVEL environment variable
This commit is contained in:
@@ -53,6 +53,7 @@ ENV DELAY= \
|
||||
ROOTURL= \
|
||||
LISTENINGPORT= \
|
||||
LOGGING= \
|
||||
LOGLEVEL= \
|
||||
NODEID=
|
||||
COPY --from=builder --chown=1000 /tmp/gobuild/app /updater/app
|
||||
COPY --chown=1000 ui/* /updater/ui/
|
||||
|
||||
@@ -210,6 +210,7 @@ Please then refer to your specific DNS host provider in the section below for ev
|
||||
| `ROOTURL` | `/` | URL path to append to all paths to the webUI (i.e. `/ddns` for accessing `https://example.com/ddns` through a proxy) |
|
||||
| `LISTENINGPORT` | `8000` | Internal TCP listening port for the web UI |
|
||||
| `LOGGING` | `json` | Format of logging, `json` or `human` |
|
||||
| `LOGLEVEL` | `info` | Level of logging, `info`, `success`, `warning` or `error` |
|
||||
| `NODEID` | `0` | Node ID (for distributed systems), can be any integer |
|
||||
|
||||
### Host firewall
|
||||
|
||||
@@ -14,4 +14,5 @@ services:
|
||||
- LISTENINGPORT=8000
|
||||
- LOGGING=human
|
||||
- NODEID=0
|
||||
- LOGLEVEL=
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user