mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 01:42:19 +00:00
Incorporate comments: Use Docker storage instead of local folder for app storage
This commit is contained in:
@@ -5,4 +5,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- FF_APP_ENV=production
|
- FF_APP_ENV=production
|
||||||
volumes:
|
volumes:
|
||||||
- ./storage:/var/www/firefly-iii/storage
|
- firefly-app-storage:/var/www/firefly-iii/storage
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
firefly-app-storage:
|
||||||
|
driver: local
|
||||||
|
Reference in New Issue
Block a user