From 0a8e480030d228b19de17a5507ac677f6be8fd5e Mon Sep 17 00:00:00 2001 From: Phill Kelley <34226495+Paraphraser@users.noreply.github.com> Date: Fri, 28 Oct 2022 14:01:15 +1100 Subject: [PATCH] 2022-10-28 tasmoadmin - experimental branch - PR 3 of 3 `raymondmm/tasmoadmin` on DockerHub was last updated two years ago. Switches image to `ghcr.io/tasmoadmin/tasmoadmin:latest`. Also adds `TZ` to template. Removes reference to `iotstack_nw`. Signed-off-by: Phill Kelley <34226495+Paraphraser@users.noreply.github.com> --- .internal/templates/services/tasmoadmin/template.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.internal/templates/services/tasmoadmin/template.yml b/.internal/templates/services/tasmoadmin/template.yml index 323f1f3d..04212491 100644 --- a/.internal/templates/services/tasmoadmin/template.yml +++ b/.internal/templates/services/tasmoadmin/template.yml @@ -1,13 +1,13 @@ tasmoadmin: container_name: tasmoadmin - image: raymondmm/tasmoadmin + image: ghcr.io/tasmoadmin/tasmoadmin:latest restart: unless-stopped + environment: + - TZ=Etc/UTC ports: - "8088:80" volumes: - ./volumes/tasmoadmin/data:/data - networks: - - iotstack_nw logging: options: max-size: "5m"