diff --git a/awx/settings/local_settings.py.docker_compose b/awx/settings/local_settings.py.docker_compose index f3606ff7c5..f7cf9f0c58 100644 --- a/awx/settings/local_settings.py.docker_compose +++ b/awx/settings/local_settings.py.docker_compose @@ -58,7 +58,7 @@ JOB_CALLBACK_DEBUG = False # Absolute filesystem path to the directory to host projects (with playbooks). # This directory should NOT be web-accessible. -PROJECTS_ROOT = os.path.join(BASE_DIR, 'projects') +PROJECTS_ROOT = '/projects/' # Absolute filesystem path to the directory for job status stdout # This directory should not be web-accessible