From 81e491f85431d5466459616885e9b1194487d526 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 23 Feb 2025 17:19:22 -0700 Subject: [PATCH] build: set `docker-compose.yml` default registry to github ghcr --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 79080f10..b1476fdc 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,10 +27,10 @@ services: tvapp2: container_name: tvapp2 - image: tvapp2:latest # Image: Locally built - # image: ghcr.io/thebinaryninja/tvapp2:latest # Image: Github + image: ghcr.io/thebinaryninja/tvapp2:latest # Image: Github # image: thebinaryninja/tvapp2:latest # Image: Dockerhub # image: git.binaryninja.net/binaryninja/tvapp2:latest # Image: Gitea + # image: tvapp2:latest # Image: Locally built hostname: tvapp2 environment: TZ: "Etc/UTC"