From e6a7846c6c37c84d3b3460f20c18eab8417707eb Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sun, 5 Oct 2025 03:38:24 -0800 Subject: [PATCH] use different port numbers --- ansible/roles/our/tasks/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/our/tasks/deploy.yml b/ansible/roles/our/tasks/deploy.yml index 738d92a..a135030 100644 --- a/ansible/roles/our/tasks/deploy.yml +++ b/ansible/roles/our/tasks/deploy.yml @@ -51,7 +51,7 @@ server: ports: - target: 5000 # container port - published: 8084 # Swarm ingress port + published: 8086 # Swarm ingress port protocol: tcp mode: ingress @@ -65,7 +65,7 @@ server: ports: - target: 5000 # container port - published: 8085 # Swarm ingress port + published: 8087 # Swarm ingress port protocol: tcp mode: ingress # - name: Remove stack