From 15cebec4bd6e78c4c8f2826595d1aacb5692d5c1 Mon Sep 17 00:00:00 2001 From: borgal Date: Mon, 7 Feb 2022 10:42:48 +0000 Subject: [PATCH] =?UTF-8?q?sshifty=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sshwifty/.env.sample | 1 + sshwifty/docker-compose.yml | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 sshwifty/.env.sample create mode 100644 sshwifty/docker-compose.yml diff --git a/sshwifty/.env.sample b/sshwifty/.env.sample new file mode 100644 index 0000000..7213a4d --- /dev/null +++ b/sshwifty/.env.sample @@ -0,0 +1 @@ +PASSWORD=changeMe diff --git a/sshwifty/docker-compose.yml b/sshwifty/docker-compose.yml new file mode 100644 index 0000000..4e333d1 --- /dev/null +++ b/sshwifty/docker-compose.yml @@ -0,0 +1,11 @@ +version: '3' +services: + sshwifty: + image: 'niruix/sshwifty:latest' + container_name: sshwifty + ports: + - '8182:8182' + restart: always + environment: + - TZ=Europe/Berlin + - SSHWIFTY_SHAREDKEY=${PASSWORD}