Samba

แชร์ไฟล์ทั้ง folder = Read and write แต่ต้อง login
 
version: '3.7' services: samba: image: trnape/rpi-samba command: -u "pi:..." -s "data:/share/data:rw:pi" volumes: - /home/pi:/share/data ports: - 445:445 restart: always
 
Mac os
login with Finder and type Cmd + K
smb://192.168.1.195
Window
explorer and type
\\192.168.1.195
 
 
Built with Potion.so