mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 22:16:00 -03:30
Fix rsyslog in the dev env by using a local dir volume
We broke this in the image refactor.
This commit is contained in:
@@ -34,6 +34,7 @@ services:
|
||||
- "../awx/projects/:/var/lib/awx/projects/"
|
||||
- "./redis/redis_socket_standalone:/var/run/redis/"
|
||||
- "./memcached/:/var/run/memcached"
|
||||
- "./rsyslog/:/var/lib/awx/rsyslog"
|
||||
privileged: true
|
||||
tty: true
|
||||
# A useful container that simply passes through log messages to the console
|
||||
|
||||
Reference in New Issue
Block a user