1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-26 00:38:37 +00:00
dockerfiles/uptime-kuma/docker-compose.yml
2023-10-17 17:01:53 +08:00

10 lines
178 B
YAML

version: "3.8"
services:
uptime-kuma:
image: louislam/uptime-kuma:1-alpine
ports:
- "3001:3001"
volumes:
- ./data:/app/data
restart: unless-stopped