File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11SHELL =/bin/bash
22
3- CB_SPIDER_COMMIT_HASH ="aa0d1fa2c2905502bf74fd68af05aed10f4a8fc8 "
3+ CB_SPIDER_COMMIT_HASH ="6ee95571d25351294394d41921a9b5ba57e09742 "
44
55GOPROXY_OPTION := GOPROXY=direct
66GO_COMMAND := ${GOPROXY_OPTION} go
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ services:
145145
146146 # CB-Tumblebug
147147 cb-tumblebug :
148- image : cloudbaristaorg/cb-tumblebug:0.11.8
148+ image : cloudbaristaorg/cb-tumblebug:0.11.9
149149 container_name : cb-tumblebug
150150 build :
151151 context : .
@@ -266,7 +266,8 @@ services:
266266 restart : always
267267 networks :
268268 - internal_network
269- # # Enable external network for outbound access (not ideal for security)
269+ # Enable external network for outbound access (not ideal for security)
270+ # In production, comment this out to disable external access
270271 - external_network
271272 ports :
272273 - 5432:5432
You can’t perform that action at this time.
0 commit comments