Skip to content

Commit aca5f77

Browse files
authored
Merge pull request #617 from Paraphraser/20221028-tasmoadmin-old-menu
2022-10-28 tasmoadmin - old-menu branch - PR 2 of 3
2 parents 9e6ea77 + 8df13a2 commit aca5f77

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)