Inital Commit

This commit is contained in:
2021-04-24 16:15:31 +03:00
commit 7aae851838

19
docker-compose.yml Normal file
View File

@@ -0,0 +1,19 @@
version: '3.4'
services:
samba:
image: elswork/samba
environment:
TZ: 'Asia/Jerusalem'
networks:
- default
ports:
- "445:445"
restart: unless-stopped
volumes:
- /Red-Vol:/Red-Vol
command: '-u "1001:1001:redvol:redvol:123456" -s "Tui64:/Red-Vol:rw:redvol"'
# command: '-u "uid:guid:username:groupname:put-any-password-here" -s "SmbShare:/share/folder:rw:username"'
# networks:
# default: