--- services: changedetection: image: lscr.io/linuxserver/changedetection.io:latest container_name: changedetection environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - BASE_URL= #optional - PLAYWRIGHT_DRIVER_URL= #optional volumes: - /home/soenke/docker-data/changedetect/config:/config ports: - 5238:5000 restart: unless-stopped