From 32186c9c1cb70b684db515f817e996ff538a1464 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Fri, 29 May 2026 00:57:10 +0200 Subject: [PATCH] Update compose.yml --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index f9a09f7..c218092 100644 --- a/compose.yml +++ b/compose.yml @@ -9,7 +9,7 @@ services: - "127.0.0.1:8080:8080" environment: # Set this to a key generated with the "head -c 32 /dev/urandom | base64" command if you want to enable bookmarks for users; this allows cookies to be encrypted so you'll never see their searches. - - PINATA_BOOKMARK_KEY=ccXVnfuxzMSzgEz3RkEdpPVKDxDBcTbULo/w7JpIYN0= + - PINATA_BOOKMARK_KEY=ccXVnfuxzMSzgEz3RkEdpPVKDxDBcTbULo/w7JpIYN0= # just an example! # The reverse image search uses Tineye, which often requires Cloudflare! If you aren't comfortable with it, set this variable to 0. - PINATA_DISABLE_REVERSE=1 # Chunk mode! This is a feature that allows you to process Pinterest images faster at the cost of using slightly more memory. Set to 0 to disable.