This commit is contained in:
2026-02-02 13:06:07 +05:30
commit 1b173f992a
41 changed files with 9380 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: '3'
services:
sftp:
image: atmoz/sftp:latest
ports:
- "2222:22"
volumes:
- ./sftp_data:/home/ipks/IPKS_FILES/REPORTS
environment:
- SFTP_USERS=ipks:ipks_password:1001
command: ipks:ipks_password:1001
restart: unless-stopped