commit 7aae851838fa87b16acc7a7e879027d5755d5e9d Author: Matan Horovitz Date: Sat Apr 24 16:15:31 2021 +0300 Inital Commit diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..ca177fc --- /dev/null +++ b/docker-compose.yml @@ -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: