mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03: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:
parent
91dbc2de30
commit
460f31a05d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user