# /opt/stacks/uptime-kuma/docker-compose.yml services: uptime-kuma: image: louislam/uptime-kuma:1 container_name: uptime-kuma restart: unless-stopped ports: - "127.0.0.1:3001:3001" volumes: - ./data/uptime-kuma:/app/data - /var/run/docker.sock:/var/run/docker.sock:ro environment: - TZ=${TZ} networks: - shared_net networks: shared_net: external: true name: shared_net