build: set docker-compose.yml default registry to github ghcr

This commit is contained in:
2025-02-23 17:19:22 -07:00
parent 45d9804c37
commit 81e491f854

View File

@@ -27,10 +27,10 @@ services:
tvapp2: tvapp2:
container_name: 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: thebinaryninja/tvapp2:latest # Image: Dockerhub
# image: git.binaryninja.net/binaryninja/tvapp2:latest # Image: Gitea # image: git.binaryninja.net/binaryninja/tvapp2:latest # Image: Gitea
# image: tvapp2:latest # Image: Locally built
hostname: tvapp2 hostname: tvapp2
environment: environment:
TZ: "Etc/UTC" TZ: "Etc/UTC"