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:
Shane McDonald 2020-06-04 19:33:32 -04:00
parent 91dbc2de30
commit 460f31a05d
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -34,7 +34,6 @@ services:
- "../awx/projects/:/var/lib/awx/projects/"
- "./redis/redis_socket_standalone:/var/run/redis/"
- "./memcached/:/var/run/memcached"
- "./rsyslog/:/var/lib/awx/rsyslog"
- "./docker-compose/supervisor.conf:/etc/supervisord.conf"
privileged: true
tty: true