Update compose.yml

This commit is contained in:
nune 2024-12-20 10:28:07 -05:00 committed by GitHub
parent 6360da1efd
commit e5b08ea2d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ services:
environment: environment:
AUTO_COPY_DEFAULT: "false" # if enabled, this will automatically copy paste contents to the clipboard on main page 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 SHOW_ASCII_ART: "true" # if disabled, ascii art on front page won't show up
volumes: # volumes:
# - ./ascii:/app/ascii # allows for custom ascii art via folder mounting # - ./ascii:/app/ascii # allows for custom ascii art via folder mounting
restart: always restart: always
container_name: plaster container_name: plaster