# Simple docker-compose.yml # You can change your port or volume location --- version: '3.3' services: uptime-kuma: image: louislam/uptime-kuma:latest container_name: uptime-kuma volumes: - /opt/uptime-kuma-data:/app/data - /var/run/docker.sock:/var/run/docker.sock ports: - 3001:3001 # : restart: always