services: server: restart: unless-stopped build: context: . args: - SAMBA_USER=${SAMBA_USER:-cloud} - SAMBA_PASSWORD=${SAMBA_PASSWORD:-r7YOFnt/m49lROpYiGSAqJhkJAgoymV0F8Rnq1aZOCI=} volumes: - /mnt/windows:/mount - ./smb.conf:/etc/samba/smb.conf ports: - 445:445