mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
chore: update docker file to auto-create the plugins folder.
This commit is contained in:
@ -10,4 +10,5 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "./config:/home/node/app/config"
|
- "./config:/home/node/app/config"
|
||||||
- "./data:/home/node/app/data"
|
- "./data:/home/node/app/data"
|
||||||
|
- "./plugins:/home/node/app/plugins"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Reference in New Issue
Block a user