version: '3.2' services:     changedetection:       image: dgtlmoon/changedetection.io       container_name: changedetection       hostname: changedetection       volumes:         - /volume1/docker/changedetection:/datastore       ports:         - 5054:5000       network_mode: bridge       restart: unless-stopped       environment:         WEBDRIVER_URL: http://172.17.0.3:4444     selenium:       image: selenium/standalone-chrome:latest       container_name: selenium       hostname: selenium       shm_size: 2g       ports:         - 4444:4444         - 7900:7900       network_mode: bridge       restart: unless-stopped       environment:         SE_NODE_MAX_SESSIONS: 4