mirror of
https://github.com/gigirassy/plaster.git
synced 2024-12-23 10:29:07 +00:00
Update compose.yml
This commit is contained in:
parent
e5b08ea2d2
commit
945bd3553c
@ -3,11 +3,14 @@ version: '3.8'
|
|||||||
services:
|
services:
|
||||||
plaster:
|
plaster:
|
||||||
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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user