1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-05 09:31:24 +00:00
dockerfiles/samba/arm/docker-compose.yml

9 lines
144 B
YAML
Raw Normal View History

2016-05-06 14:44:49 +00:00
samba:
image: easypi/samba-arm
volumes:
2016-07-03 14:48:47 +00:00
# - ./smb.conf:/etc/samba/smb.conf
2016-05-06 14:44:49 +00:00
- /mnt/usb:/share
net: host
tty: yes
restart: always