diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2019-09-13 17:50:06 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2019-09-13 17:55:43 +0200 |
commit | 5ed97e0f659a2831cd4ad8c6ad82cb8e29fb3079 (patch) | |
tree | d429eabbc4f2d9debf4c4dd790168498b25d2da4 /CONTRIBUTING.md | |
parent | Merge pull request #4731 from ryanpetrello/job-event-contains-workflow (diff) | |
download | awx-5ed97e0f659a2831cd4ad8c6ad82cb8e29fb3079.tar.xz awx-5ed97e0f659a2831cd4ad8c6ad82cb8e29fb3079.zip |
change the default port range for the sdb debugging tool
the current range conflicts w/ a port used by the pycharm editor
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 cc380e5dfd..c18bafa152 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -156,7 +156,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 -aa4a75d6d77b gcr.io/ansible-tower-engineering/awx_devel:devel "/tini -- /bin/sh ..." 23 seconds ago Up 15 seconds 0.0.0.0:5555->5555/tcp, 0.0.0.0:6899-6999->6899-6999/tcp, 0.0.0.0:8013->8013/tcp, 0.0.0.0:8043->8043/tcp, 22/tcp, 0.0.0.0:8080->8080/tcp tools_awx_1 +aa4a75d6d77b gcr.io/ansible-tower-engineering/awx_devel:devel "/tini -- /bin/sh ..." 23 seconds ago Up 15 seconds 0.0.0.0:5555->5555/tcp, 0.0.0.0:7899-7999->7899-7999/tcp, 0.0.0.0:8013->8013/tcp, 0.0.0.0:8043->8043/tcp, 22/tcp, 0.0.0.0:8080->8080/tcp tools_awx_1 e4c0afeb548c postgres:10 "docker-entrypoint..." 26 seconds ago Up 23 seconds 5432/tcp tools_postgres_1 0089699d5afd tools_logstash "/docker-entrypoin..." 26 seconds ago Up 25 seconds tools_logstash_1 4d4ff0ced266 memcached:alpine "docker-entrypoint..." 26 seconds ago Up 25 seconds 0.0.0.0:11211->11211/tcp tools_memcached_1 |