Update compose.yml

This commit is contained in:
nune 2024-12-19 19:44:56 -05:00 committed by GitHub
parent 0328c8fb4b
commit 6c123e39ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,5 +5,7 @@ services:
image: ghcr.io/gigirassy/plaster image: ghcr.io/gigirassy/plaster
ports: ports:
- "35200:3000" # change host port if needed - "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 restart: always
container_name: plaster container_name: plaster