version: "3" services: uptime-kuma: image: louislam/uptime-kuma:1 container_name: uptime-kuma restart: unless-stopped volumes: - ./data:/app/data # - /var/run/docker.sock:/var/run/docker.sock ports: - 3001:3001 # :