Update port binding for UI dev tooling

Jake says "Folks sometimes run the ui dev server independently of the tools_awx container"

Co-authored-by: Jake McDermott <9753817+jakemcdermott@users.noreply.github.com>
This commit is contained in:
Shane McDonald 2022-02-08 08:33:21 -05:00 committed by GitHub
parent 489ee30e54
commit 22d47ea8c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ services:
- "8013:8013" # http
- "8043:8043" # https
- "2222:2222" # receptor foo node
- "3001:3001" # used by the UI dev env
- "3000:3001" # used by the UI dev env
{% endif %}
redis_{{ container_postfix }}:
image: redis:latest