1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00
dockerfiles/uptime-kuma/docker-compose.yml

10 lines
169 B
YAML
Raw Normal View History

2021-12-06 03:23:03 +00:00
version: "3.8"
services:
uptime-kuma:
image: louislam/uptime-kuma
ports:
- "3001:3001"
volumes:
- ./data:/app/data
restart: unless-stopped