mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-10 04:19:24 +02:00
9 lines
144 B
YAML
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
|