1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:17:06 +02:00
dockerfiles/samba/docker-compose.yml
2016-05-06 20:48:59 +08:00

9 lines
142 B
YAML

samba:
image: vimagick/samba
volumes:
- ./smb.conf:/etc/samba/smb.conf
- /mnt/usb:/share
net: host
tty: yes
restart: always