1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/samba/docker-compose.yml
2016-04-12 18:28:27 +08:00

8 lines
131 B
YAML

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