Skip to content

Commit bf248f5

Browse files
committed
FIX: expose only required 4566 port
1 parent b57a96b commit bf248f5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM scratch
44

55
COPY --from=0 / /
66

7-
EXPOSE 4566 4510-4559 5678
7+
EXPOSE 4566
88

99
WORKDIR /opt/code/localstack/
1010

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ docker volume create LocalStack_DATA
77
docker run -d \
88
--name LocalStack \
99
-p 4566:4566 \
10-
-p 4510-4559:4510-4559 \
1110
--restart=unless-stopped \
1211
-v /var/run/docker.sock:/var/run/docker.sock \
1312
-v LocalStack_DATA:/var/lib/localstack \

0 commit comments

Comments
 (0)