commit 494e0eceaa7ca6ec273b502c4221f3db8204dd4a Author: adexl Date: Tue Jun 24 07:12:19 2025 +0200 Dateien nach "sshwifty" hochladen 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