From 6360da1efde8b9512ea20f1d738e1fe0e95560eb Mon Sep 17 00:00:00 2001 From: nune <145225213+gigirassy@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:27:10 -0500 Subject: [PATCH] Update compose.yml --- compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yml b/compose.yml index 8c04167..8c58e97 100644 --- a/compose.yml +++ b/compose.yml @@ -8,5 +8,7 @@ services: 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 + volumes: + # - ./ascii:/app/ascii # allows for custom ascii art via folder mounting restart: always container_name: plaster