mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
9 lines
149 B
YAML
9 lines
149 B
YAML
samba:
|
|
image: easypi/samba-arm
|
|
volumes:
|
|
- ./data/smb.conf:/etc/samba/smb.conf
|
|
- /mnt/usb:/share
|
|
net: host
|
|
tty: yes
|
|
restart: always
|