From 6c123e39aec58196ea2ea8c252e5dd6e92e06b82 Mon Sep 17 00:00:00 2001 From: nune <145225213+gigirassy@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:44:56 -0500 Subject: [PATCH] Update compose.yml --- compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yml b/compose.yml index 9b53ecf..a016a8d 100644 --- a/compose.yml +++ b/compose.yml @@ -5,5 +5,7 @@ services: image: ghcr.io/gigirassy/plaster ports: - "35200:3000" # change host port if needed + environment: + AUTO_COPY_DEFAULT: "false" # if enabled, this will automatically copy paste contents to the clipboard on main page restart: always container_name: plaster