From 16ef1db6c8486408e6f770618590b9df0a8a8367 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Sat, 28 Feb 2026 03:44:16 +0100 Subject: [PATCH] Update compose.yml --- compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index be042ce..c18f806 100644 --- a/compose.yml +++ b/compose.yml @@ -6,4 +6,5 @@ services: volumes: - "./images:/images" environment: - - LISTEN=0.0.0.0:3333 # dont change this or the 3333 above \ No newline at end of file + - LISTEN=0.0.0.0:3333 # dont change this or the 3333 above + - REDIRECT_URL=https://blitzw.in # change to your site idk \ No newline at end of file