1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-30 09:16:58 +02:00
dockerfiles/uptime-kuma/docker-compose.yml

10 lines
178 B
YAML
Raw Normal View History

2021-12-06 05:23:03 +02:00
version: "3.8"
services:
uptime-kuma:
2023-10-17 11:01:53 +02:00
image: louislam/uptime-kuma:1-alpine
2021-12-06 05:23:03 +02:00
ports:
- "3001:3001"
volumes:
- ./data:/app/data
restart: unless-stopped