diff --git a/awx/settings/local_settings.py.docker_compose b/awx/settings/local_settings.py.docker_compose index d0d5f8c819..d1837b19be 100644 --- a/awx/settings/local_settings.py.docker_compose +++ b/awx/settings/local_settings.py.docker_compose @@ -69,7 +69,7 @@ CHANNEL_LAYERS = { # Absolute filesystem path to the directory to host projects (with playbooks). # This directory should NOT be web-accessible. -PROJECTS_ROOT = '/projects/' +PROJECTS_ROOT = '/var/lib/awx/projects/' # Absolute filesystem path to the directory for job status stdout # This directory should not be web-accessible