change imports to reflect isolated->expect move

This commit is contained in:
AlanCoding
2017-08-15 11:47:29 -04:00
parent e79ca131a6
commit 6944ffa010
6 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ services:
image: ${DEV_DOCKER_TAG_BASE}/awx_isolated:${TAG}
hostname: isolated
volumes:
- "../awx/main/isolated:/awx_devel"
- "../awx/main/expect:/awx_devel"
- "../awx/lib:/awx_lib"
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
privileged: true