Uptime-Kuma-Web-API icon indicating copy to clipboard operation
Uptime-Kuma-Web-API copied to clipboard

Feature Request: Support to set Timezone Parameter

Open Noschvie opened this issue 1 year ago • 0 comments

Parameter for #localtime and #timezone would be fine to have the same date/time as the Uptime-Kume container.

    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /etc/timezone:/etc/timezone:ro
# Add support tools
RUN apk update && apk add --no-cache tzdata

Noschvie avatar Oct 12 '23 13:10 Noschvie