fix: ntfy timezone
This commit is contained in:
parent
321a14a108
commit
34da95f8be
@ -17,9 +17,6 @@ ntfy_port: 8080
|
||||
# Container image
|
||||
ntfy_image: binwiederhier/ntfy
|
||||
|
||||
# Timezone
|
||||
ntfy_timezone: UTC
|
||||
|
||||
# Server configuration
|
||||
ntfy_base_url: http://localhost:{{ ntfy_port }}
|
||||
ntfy_behind_proxy: false
|
||||
|
||||
@ -14,9 +14,6 @@ spec:
|
||||
ports:
|
||||
- containerPort: 80
|
||||
hostPort: {{ ntfy_port }}
|
||||
env:
|
||||
- name: TZ
|
||||
value: "{{ ntfy_timezone }}"
|
||||
volumeMounts:
|
||||
- name: localtime
|
||||
mountPath: /etc/localtime
|
||||
|
||||
Loading…
Reference in New Issue
Block a user