2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 14:31:51 +01:00
Files
dockerfiles_vimagick/samba/arm/docker-compose.yml
2016-07-03 22:48:47 +08:00

9 lines
144 B
YAML

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