Skip to content

Commit 8df13a2

Browse files
committed
2022-10-28 tasmoadmin - old-menu branch - PR 2 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. Signed-off-by: Phill Kelley <[email protected]>
1 parent 108bf35 commit 8df13a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.templates/tasmoadmin/service.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
tasmoadmin:
22
container_name: tasmoadmin
3-
image: raymondmm/tasmoadmin
3+
image: ghcr.io/tasmoadmin/tasmoadmin:latest
44
restart: unless-stopped
5+
environment:
6+
- TZ=Etc/UTC
57
ports:
68
- "8088:80"
79
volumes:
810
- ./volumes/tasmoadmin/data:/data
11+

0 commit comments

Comments
 (0)