1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:16:44 +02:00
dockerfiles/samba/arm/docker-compose.yml

9 lines
149 B
YAML
Raw Normal View History

2016-05-06 22:44:49 +08:00
samba:
image: easypi/samba-arm
volumes:
2017-05-01 14:14:27 +08:00
- ./data/smb.conf:/etc/samba/smb.conf
2016-05-06 22:44:49 +08:00
- /mnt/usb:/share
net: host
tty: yes
restart: always