mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-04-05 00:43:53 -04:00
Added missing LOGLEVEL environment variable
This commit is contained in:
@@ -53,6 +53,7 @@ ENV DELAY= \
|
|||||||
ROOTURL= \
|
ROOTURL= \
|
||||||
LISTENINGPORT= \
|
LISTENINGPORT= \
|
||||||
LOGGING= \
|
LOGGING= \
|
||||||
|
LOGLEVEL= \
|
||||||
NODEID=
|
NODEID=
|
||||||
COPY --from=builder --chown=1000 /tmp/gobuild/app /updater/app
|
COPY --from=builder --chown=1000 /tmp/gobuild/app /updater/app
|
||||||
COPY --chown=1000 ui/* /updater/ui/
|
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) |
|
| `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 |
|
| `LISTENINGPORT` | `8000` | Internal TCP listening port for the web UI |
|
||||||
| `LOGGING` | `json` | Format of logging, `json` or `human` |
|
| `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 |
|
| `NODEID` | `0` | Node ID (for distributed systems), can be any integer |
|
||||||
|
|
||||||
### Host firewall
|
### Host firewall
|
||||||
|
|||||||
@@ -14,4 +14,5 @@ services:
|
|||||||
- LISTENINGPORT=8000
|
- LISTENINGPORT=8000
|
||||||
- LOGGING=human
|
- LOGGING=human
|
||||||
- NODEID=0
|
- NODEID=0
|
||||||
|
- LOGLEVEL=
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user