docker-smb/docker-compose.yml

15 lines
227 B
YAML
Raw Permalink Normal View History

2018-07-02 23:07:31 +00:00
version: '3'
services:
samba:
tty: true
network_mode: bridge
volumes:
- /mnt/hdd_repo/Shared/:/Shared
ports:
2020-08-18 17:40:54 +00:00
- "139:139"
2018-07-02 23:07:31 +00:00
- "445:445"
build:
context: .
dockerfile: Dockerfile