Changes
- Fix
/logsnot being created due to permission error - Introduce Multi-Layer Docker Build
- Use
nodeuser in Container instead ofroot(user: 1000:1000is not needed anymore in docker-compose) - Introduced new
VOLUME_*configurations.
Deprecations
- Deprecated IMAGE_STORAGE_PATH in favor of VOLUMES_IMAGES (will be removed in 2.0.0)
- Deprecated DB_LOCATION in favor of VOLUMES_SQLITEDB (will be removed in 2.0.0)
Thanks
- @super_n0bita