This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new c4c9b19 Change the Docker ports to 8080 to match the local
development defaults
c4c9b19 is described below
commit c4c9b19088e2aeea1a9a61f4aedc7c22d378fe14
Author: Sean B. Palmer <[email protected]>
AuthorDate: Thu Jan 8 18:00:06 2026 +0000
Change the Docker ports to 8080 to match the local development defaults
---
Dockerfile.alpine | 2 +-
Dockerfile.ubuntu | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile.alpine b/Dockerfile.alpine
index 8b44eb3..16a1341 100644
--- a/Dockerfile.alpine
+++ b/Dockerfile.alpine
@@ -120,7 +120,7 @@ RUN chmod +x ./start-atr.sh
RUN java -version
-EXPOSE 4443
+EXPOSE 8080
WORKDIR /opt/atr
diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu
index eb449b0..dd917e0 100644
--- a/Dockerfile.ubuntu
+++ b/Dockerfile.ubuntu
@@ -130,7 +130,7 @@ COPY --from=builder /opt/atr/start-atr.sh .
RUN chmod +x ./start-atr.sh
RUN java -version
-EXPOSE 4443
+EXPOSE 8080
WORKDIR /opt/atr
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]