mirror of https://github.com/Askill/docker-smb.git
14 lines
209 B
YAML
14 lines
209 B
YAML
|
|
version: '3'
|
||
|
|
|
||
|
|
services:
|
||
|
|
samba:
|
||
|
|
tty: true
|
||
|
|
network_mode: bridge
|
||
|
|
volumes:
|
||
|
|
- /mnt/hdd_repo/Shared/:/Shared
|
||
|
|
ports:
|
||
|
|
- "445:445"
|
||
|
|
build:
|
||
|
|
context: .
|
||
|
|
dockerfile: Dockerfile
|