diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2020-06-09 18:29:33 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2020-06-09 18:29:33 +0200 |
commit | 0ad78874ce36234a964b7971770811229936652e (patch) | |
tree | ab2c5cc9e2ba5e6c534f096559f9496e2d71479c /CONTRIBUTING.md | |
parent | Merge pull request #7240 from rebeccahhh/memcache-memories (diff) | |
download | awx-0ad78874ce36234a964b7971770811229936652e.tar.xz awx-0ad78874ce36234a964b7971770811229936652e.zip |
remove TCP ports for redis (it only listens on a unix domain socket)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc15b0f0f1..42516b9a15 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -157,7 +157,7 @@ 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 -40de380e3c2e redis:latest "docker-entrypoint.s…" 28 seconds ago Up 26 seconds 0.0.0.0:6379->6379/tcp tools_redis_1 +40de380e3c2e redis:latest "docker-entrypoint.s…" 28 seconds ago Up 26 seconds b66a506d3007 postgres:10 "docker-entrypoint.s…" 28 seconds ago Up 26 seconds 0.0.0.0:5432->5432/tcp tools_postgres_1 ``` **NOTE** |