This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
jupiter-compose/uptime-kuma/docker-compose.yml

20 lines
373 B
YAML

version: '3.9'
services:
uptime-kuma:
image: louislam/uptime-kuma
restart: unless-stopped
volumes:
- '/home/nick/configs/uptime-kuma:/app/data'
networks:
- default
- routing
dns:
- 1.1.1.1
- 1.0.0.1
networks:
routing:
external: true
name: routing