GPX file upload error
Dawarich
2
Posts
1
Posters
22
Views
2
Watching
-
When uploading a gpx file (import) you get a GUI error and in the logs it says:
Errno::EROFS (Read-only file system @ dir_s_mkdir - /app/code/storage/69): -
I’ve found this info for the docker-compose, maybe it’s helps:
Volumes: Configure bind mounts for persistent data:
./public:/var/app/public
./watched:/var/app/tmp/imports/watched
./storage:/var/app/storage
Create the corresponding host folders: mkdir public watched storage. These should be empty before the first start.https://deployn.de/en/blog/dawarich-install/
Or here:
https://github.com/Freika/dawarich/blob/master/docker/docker-compose.yml