Skip to content

Commit aad2158

Browse files
committed
Do not expose OpenMQ port 7676
Fixes #28
1 parent 50a9cb2 commit aad2158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LABEL org.opencontainers.image.authors="glassfish-dev@eclipse.org"
1212
LABEL org.opencontainers.image.vendor="Eclipse Foundation"
1313
LABEL org.opencontainers.image.licenses="EPL-2.0"
1414

15-
EXPOSE 4848 9009 8080 8181 7676 8686 3700 3820 3920 6666
15+
EXPOSE 4848 9009 8080 8181 8686 3700 3820 3920 6666
1616

1717
# You should use own credentials and own files! These are just defaults.
1818
ARG AS_ADMIN_PASSWORD=admin \

0 commit comments

Comments
 (0)