From 55861d7c9a83de425d95dc56bbe06c2a07c62e3e Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Thu, 6 Jun 2024 09:50:34 +0800 Subject: [PATCH] Refactor swarm/secondary.yml to add wetty service with base path configuration --- swarm/secondary.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swarm/secondary.yml b/swarm/secondary.yml index 4ea784b..a33eae7 100644 --- a/swarm/secondary.yml +++ b/swarm/secondary.yml @@ -63,6 +63,8 @@ services: wetty: image: wettyoss/wetty + command: + - --base=/ environment: SSHHOST: ${DOMAIN} SSHPORT: ${SSHPORT}