version: '2' services: zfswatcher: container_name: zfswatcher image: pectojin/zfswatcher:latest volumes: - /etc/zfswatcher:/zfswatcher_config:rw - /var/log/zfswatcher/zfswatcher.log:/var/log/zfswatcher/zfswatcher.log:rw - /dev/log:/dev/log:rw - /etc/hostid:/etc/hostid ports: - 8990:8990 devices: - /dev/zfs:/dev/zfs:rw restart: always