From 494e0eceaa7ca6ec273b502c4221f3db8204dd4a Mon Sep 17 00:00:00 2001 From: adexl Date: Tue, 24 Jun 2025 07:12:19 +0200 Subject: [PATCH] Dateien nach "sshwifty" hochladen --- sshwifty/compose.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sshwifty/compose.yml diff --git a/sshwifty/compose.yml b/sshwifty/compose.yml new file mode 100644 index 0000000..768b62d --- /dev/null +++ b/sshwifty/compose.yml @@ -0,0 +1,9 @@ +services: + sshwifty: + restart: always + ports: + - 8182:8182 + container_name: sshwifty + image: niruix/sshwifty:latest + environment: + - SSHWIFTY_CONFIG=/opt/docker/sshwifty/sshwifty.conf.json