diff options
author | Rebeccah <rhunter@redhat.com> | 2020-06-03 20:18:19 +0200 |
---|---|---|
committer | Rebeccah <rhunter@redhat.com> | 2020-06-09 16:24:23 +0200 |
commit | d2bbe7aa1acd6e97138ec736bcde5cfadcf151ae (patch) | |
tree | b41aff31dcbbfc930afc1c651e3ffb006ce5a3b9 /CONTRIBUTING.md | |
parent | Merge pull request #7293 from AlanCoding/lint_failure (diff) | |
download | awx-d2bbe7aa1acd6e97138ec736bcde5cfadcf151ae.tar.xz awx-d2bbe7aa1acd6e97138ec736bcde5cfadcf151ae.zip |
remove memcache from everywhere and add djagno-redis to cover it
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1aeffb1ba..dc15b0f0f1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -157,7 +157,6 @@ If you start a second terminal session, you can take a look at the running conta $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 44251b476f98 gcr.io/ansible-tower-engineering/awx_devel:devel "/entrypoint.sh /bin…" 27 seconds ago Up 23 seconds 0.0.0.0:6899->6899/tcp, 0.0.0.0:7899-7999->7899-7999/tcp, 0.0.0.0:8013->8013/tcp, 0.0.0.0:8043->8043/tcp, 0.0.0.0:8080->8080/tcp, 22/tcp, 0.0.0.0:8888->8888/tcp tools_awx_run_9e820694d57e -b049a43817b4 memcached:alpine "docker-entrypoint.s…" 28 seconds ago Up 26 seconds 0.0.0.0:11211->11211/tcp tools_memcached_1 40de380e3c2e redis:latest "docker-entrypoint.s…" 28 seconds ago Up 26 seconds 0.0.0.0:6379->6379/tcp tools_redis_1 b66a506d3007 postgres:10 "docker-entrypoint.s…" 28 seconds ago Up 26 seconds 0.0.0.0:5432->5432/tcp tools_postgres_1 ``` |