Skip to content

Commit cb356ff

Browse files
Merge pull request #341 from lightpanda-io/docker
fix docker port
2 parents ebe2c8e + 2ba3f25 commit cb356ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,6 @@ COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.
7474

7575
COPY --from=0 /browser/zig-out/bin/lightpanda /bin/lightpanda
7676

77-
CMD ["/bin/lightpanda", "--host", "0.0.0.0", "--port", "3245"]
77+
EXPOSE 9222/tcp
78+
79+
CMD ["/bin/lightpanda", "--host", "0.0.0.0", "--port", "9222"]

0 commit comments

Comments
 (0)