mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Fix up test that was only failing in dev env
I'm not sure how this one slipped by. The default config is built into the image, but we were bind-mounting an empty directory on top of it.
This commit is contained in:
@@ -34,7 +34,6 @@ services:
|
|||||||
- "../awx/projects/:/var/lib/awx/projects/"
|
- "../awx/projects/:/var/lib/awx/projects/"
|
||||||
- "./redis/redis_socket_standalone:/var/run/redis/"
|
- "./redis/redis_socket_standalone:/var/run/redis/"
|
||||||
- "./memcached/:/var/run/memcached"
|
- "./memcached/:/var/run/memcached"
|
||||||
- "./rsyslog/:/var/lib/awx/rsyslog"
|
|
||||||
- "./docker-compose/supervisor.conf:/etc/supervisord.conf"
|
- "./docker-compose/supervisor.conf:/etc/supervisord.conf"
|
||||||
privileged: true
|
privileged: true
|
||||||
tty: true
|
tty: true
|
||||||
|
|||||||
Reference in New Issue
Block a user