266 B
266 B
iSCSI
Example:
version: "3"
services:
app:
image: your-image
volumes:
- myiscsi:/data
volumes:
myiscsi:
driver: local
driver_opts:
type: iscsi
device: "iqn.2025-10.com.example:storage"
o: "addr=192.168.1.100"