mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Merge pull request #6659 from shanemcd/pre-tty
Enable tty in dev container Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -35,6 +35,7 @@ services:
|
|||||||
- "./redis/redis_socket_standalone:/var/run/redis/"
|
- "./redis/redis_socket_standalone:/var/run/redis/"
|
||||||
- "./memcached/:/var/run/memcached"
|
- "./memcached/:/var/run/memcached"
|
||||||
privileged: true
|
privileged: true
|
||||||
|
tty: true
|
||||||
# A useful container that simply passes through log messages to the console
|
# A useful container that simply passes through log messages to the console
|
||||||
# helpful for testing awx/tower logging
|
# helpful for testing awx/tower logging
|
||||||
# logstash:
|
# logstash:
|
||||||
|
|||||||
Reference in New Issue
Block a user