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:
softwarefactory-project-zuul[bot]
2020-04-08 16:35:37 +00:00
committed by GitHub

View File

@@ -35,6 +35,7 @@ services:
- "./redis/redis_socket_standalone:/var/run/redis/"
- "./memcached/:/var/run/memcached"
privileged: true
tty: true
# A useful container that simply passes through log messages to the console
# helpful for testing awx/tower logging
# logstash: