mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
12 lines
217 B
YAML
12 lines
217 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma
|
|
container_name: uptime-kuma
|
|
volumes:
|
|
- ./uptime-kuma:/app/data
|
|
ports:
|
|
- 3001:3001
|
|
networks:
|
|
- traefik-network
|