From 43d33c0fd16a477fb09ea4f3924c5465153ce0ca Mon Sep 17 00:00:00 2001 From: rene Date: Fri, 24 Apr 2026 07:39:47 +0200 Subject: [PATCH] =?UTF-8?q?SSH-Port=20DS:=2022=20=E2=86=92=204711?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- scripts/setup-ds.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 65fb5b7..b9ae067 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ DS_HOST := ds DS_IP := 10.47.11.10 # Hinweis: NPM braucht 10.47.11.99 als Forward-IP (Macvlan-Shim), nicht .10 -DS_SSH_PORT := 22 +DS_SSH_PORT := 4711 DS_PATH := /volume1/docker/banyaro CONTAINER := banyaro # container_name (für docker logs/exec) SERVICE := banyaro # service-name in docker-compose.yml (für docker compose restart) diff --git a/scripts/setup-ds.sh b/scripts/setup-ds.sh index 5c30c5a..5c1e985 100755 --- a/scripts/setup-ds.sh +++ b/scripts/setup-ds.sh @@ -12,7 +12,7 @@ set -e DS_HOST="ds" DS_IP="10.47.11.10" -DS_SSH_PORT="22" +DS_SSH_PORT="4711" DS_PATH="/volume1/docker/ban-yaro" ROOT="$(cd "$(dirname "$0")/.." && pwd)"