mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
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:
parent
489ee30e54
commit
22d47ea8c4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user