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
2023-02-02 14:09:14 +02:00

23 lines
438 B
YAML

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