ERR_CONNECTION_REFUSED After Updating to 2.3.3

Was on an old version that wasn’t automatically updating so I manually downloaded 2.3.3 last night. Now accessing any of my previous sites results in ERR_CONNECTION_REFUSED in Chrome and any other browser on my system. I deleted the virtual machine so Local could rebuild it a few times, updated the local environment configuration from 1.2.0 to 1.3.1, confirmed the hosts file has the proper value, confirmed my browser is resolving the domain name to the local IP address by visiting chrome://net-internals/#dns and doing wget wp.local

--2018-08-24 08:06:43--  http://wp.local/
Resolving wp.local (wp.local)... 192.168.93.100
Connecting to wp.local (wp.local)|192.168.93.100|:80... failed: Connection refused.
Retrying.

--2018-08-24 08:06:50--  (try: 2)  http://wp.local/
Connecting to wp.local (wp.local)|192.168.93.100|:80... failed: Connection refused.
Retrying.

--2018-08-24 08:06:53--  (try: 3)  http://wp.local/
Connecting to wp.local (wp.local)|192.168.93.100|:80... failed: Connection refused.
Giving up.

Updated Docker to the latest stable version. Updated VirtualBox to the latest version. It seems like the virtual machine just isn’t listening for the requests. Not sure what else to do going forward.

Here’s my Local by Flywheel log:
local-by-flywheel.log (71.7 KB)