Skip to content
Snippets Groups Projects
Verified Commit 1e772a7d authored by Ole Binder's avatar Ole Binder
Browse files

Fix: create the /app/site_media directory in advance

/app/site_media is mapped to a named volume when deploying with docker compose as part of AURA Playout. Docker creates the directory as root where a named volume should be mapped to if it does not already exist. We therefore create the mount point in advance and set permissions in order to give the aura(app) user access. #184
parent a254d0f7
No related branches found
No related tags found
1 merge request!32Merge: fix /app/site_media permission
Pipeline #7510 passed