plaster/compose.yml
2024-12-20 10:25:22 -05:00

13 lines
404 B
YAML

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
restart: always
container_name: plaster