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