From 29eb0f1bde23e66561cd72286cc0da0d785f8716 Mon Sep 17 00:00:00 2001 From: john Date: Thu, 27 Nov 2025 22:24:54 +0000 Subject: [PATCH] Update nextfamhistweb/docker-compose.yml Connection via caddy_net not working in swarm - expose a port --- nextfamhistweb/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextfamhistweb/docker-compose.yml b/nextfamhistweb/docker-compose.yml index 4cfad06..d71cf1c 100644 --- a/nextfamhistweb/docker-compose.yml +++ b/nextfamhistweb/docker-compose.yml @@ -6,8 +6,8 @@ services: # constraints: [node.role == worker] replicas: 1 restart: on-failure -# ports: -# - 8888:80 + ports: + - 8887:80 volumes: - nas-share:/usr/local/apache2/htdocs networks: