From 695f0ff005f2b0afa9432d8de5573ec20a6a381d Mon Sep 17 00:00:00 2001 From: IYUANWEIZE Date: Thu, 28 May 2026 10:19:32 +0200 Subject: [PATCH] Fix Docker image line in .env.example (#305) --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 3a3d53d..1ea3e70 100644 --- a/.env.example +++ b/.env.example @@ -60,7 +60,7 @@ PUBLIC_BETTER_AUTH_URL=http://localhost:4321 # Docker Registry Configuration DOCKER_REGISTRY=ghcr.io -DOCKER_IMAGE=raylabshq/gitea-mirror: +DOCKER_IMAGE=raylabshq/gitea-mirror DOCKER_TAG=latest # ===========================================