mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 05:15:42 -04:00
build: set docker-compose.yml default registry to github ghcr
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user