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