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
This error is a result of the the folders being owned by the root-user when running docker compose up -d for the first time:
total 16K
drwxr-xr-x 2 root root 4.0K Mar 11 21:54 backup
drwx------ 19 999 root 4.0K Mar 12 09:05 db
drwxr-xr-x 2 root root 4.0K Mar 11 21:54 media
drwxr-xr-x 2 root root 4.0K Mar 11 21:54 static
The troubleshooting instructions in the README.md indicate that the user needs to change permissions when this error occurs: Static/media/backup volume permission errors: The same as above, ensure the STATIC_VOLUME_PATH, MEDIA_VOLUME_PATH, and BACKUP_VOLUME_PATH are correctly set and the user running the alertwise containers has the correct permissions to read and write to these volume paths. This is the user set by the UID and GID environment. Set the correct permissions by running sudo chown -R <UID>:<GID> ./path/to/volume, for all the volumes.
Would it be possible to update the install instructions to prevent this error , for example by telling the user to ensure the directories are created before initializing the docker compose stack ?
Hi,
when running the latest version of alertwise using the standalone instructions I get the following error , any idea what might be going wrong here?
The text was updated successfully, but these errors were encountered: