Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 4014831

Browse files
committed
fix Docker port mapping for PORT_WEB_UI
1 parent 609ea89 commit 4014831

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

localstack/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import localstack_client.config
33

44
# LocalStack version
5-
VERSION = '0.11.2'
5+
VERSION = '0.11.3'
66

77
# constant to represent the "local" region, i.e., local machine
88
REGION_LOCAL = 'local'

localstack/utils/bootstrap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ def start_infra_in_docker():
386386
# construct default port mappings
387387
if service_ports.get('edge') == 0:
388388
service_ports.pop('edge')
389+
service_ports.pop('dashboard', None)
389390
for port in service_ports.values():
390391
port_mappings.add(port)
391392

0 commit comments

Comments
 (0)