You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Storage(https://laravel.com/docs/6.x/filesystem) fascade provided by laravel, the current configuration stores the files in the docker container, meaning the files are lost after an update of the container. This issue came up with eveseat-plugins/seat-info#2.
Expected
The files should be persistent.
Proposed fix
make the directory of the default disk a volume in the docker-compose, so the data is stored outside the docker container.
The text was updated successfully, but these errors were encountered:
Problem
When using the
Storage
(https://laravel.com/docs/6.x/filesystem) fascade provided by laravel, the current configuration stores the files in the docker container, meaning the files are lost after an update of the container. This issue came up with eveseat-plugins/seat-info#2.Expected
The files should be persistent.
Proposed fix
make the directory of the default disk a volume in the docker-compose, so the data is stored outside the docker container.
The text was updated successfully, but these errors were encountered: