[fix] [docker-compose] persist third party extensions

currently the third party extensions will get wiped on each container restart and also there is no way to re-import extensions
This commit is contained in:
lucy 2024-02-03 06:35:04 +01:00 committed by GitHub
parent 07677584c4
commit 96883bae59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ services:
ports:
- "8000:8000"
volumes:
- "./extensions:/home/node/app/public/scripts/extensions/third-party"
- "./config:/home/node/app/config"
- "./user:/home/node/app/public/user"
restart: unless-stopped