Skip to content

Commit 8fc87d5

Browse files
committed
Minor improvements on documenting comments
1 parent bfcf674 commit 8fc87d5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ddbox-env/features/enable-vbox-port-forwarding.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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/-

deployments/rabbitmq/conf/spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)