initial work

This commit is contained in:
2021-12-16 23:06:58 +02:00
commit 78b8bf290f
11 changed files with 159 additions and 0 deletions

19
docker-compose.yaml Normal file
View File

@@ -0,0 +1,19 @@
version: '2'
services:
ssh-ftp-server:
build:
context: build/
ports:
- "0.0.0.0:${EXPOSE}:22"
volumes:
- ./home/:/home/
- ./data/:/var/ssh-box/
environment:
- USR=${USR}
- NAME=${NAME}
restart: unless-stopped