From 945bd3553cf31173dd6dc491334c24deafd0e39f Mon Sep 17 00:00:00 2001 From: nune <145225213+gigirassy@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:31:44 -0500 Subject: [PATCH] Update compose.yml --- compose.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index f701b59..08d198f 100644 --- a/compose.yml +++ b/compose.yml @@ -3,11 +3,14 @@ version: '3.8' services: plaster: 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 - SHOW_ASCII_ART: "true" # if disabled, ascii art on front page won't show up + - AUTO_COPY_DEFAULT: "false" # if enabled, this will automatically copy paste contents to the clipboard on main page + - SHOW_ASCII_ART: "true" # if disabled, ascii art on front page won't show up + # volumes: # - ./ascii:/app/ascii # allows for custom ascii art via folder mounting restart: always