uptime-kuma/docker-compose.yml hinzugefügt

This commit is contained in:
sujiba 2024-02-22 22:28:36 +00:00
parent 32b154b178
commit a6f6489f83

View file

@ -0,0 +1,10 @@
version: '3.3'
services:
uptime-kuma:
image: louislam/uptime-kuma:latest
container_name: uptime-kuma
volumes:
- ./volumes/data:/app/data
ports:
- 127.0.0.1:13001:3001
restart: always