version: '3' services: docker-updater: container_name: docker-updater hostname: docker-updater image: dockupdater/dockupdater:latest restart: always volumes: - /var/run/docker.sock:/var/run/docker.sock - /etc/localtime:/etc/localtime:ro