File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
deployments/rabbitmq/conf Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22
33# Only NAT (not NATNet) allows us to expose ports to the internet.
44# See: <https://forums.virtualbox.org/viewtopic.php?f=7&t=82039#p386722>
5+ #
6+ # The problem is that when Virtulbox is running as a standard non-root Linux
7+ # user (which is our use-case for the moment), then ports below 1024 cannot be
8+ # bound using this 'nat' network feature.
59
610- type : replace
711 path : /networks/-
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ deployment_vars:
7777
7878 # Plumbery
7979
80- rabbitmq-management-username : admin # used by human ops when connecting to rabbit
80+ rabbitmq-management-username : admin # used by human ops when connecting to rabbit (optional, set this to ~ in order to disable)
8181 rabbitmq-broker-username : broker # used by broker to access rabbit
8282 multitenant-rabbitmq-broker-username : capi # used by CC when connecting to the broker
8383
You can’t perform that action at this time.
0 commit comments