plaster/compose.yml
2024-12-19 19:44:56 -05:00

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