From a6f6489f83f9b5c803b4428ce0400beabe6e2624 Mon Sep 17 00:00:00 2001 From: sujiba Date: Thu, 22 Feb 2024 22:28:36 +0000 Subject: [PATCH] =?UTF-8?q?uptime-kuma/docker-compose.yml=20hinzugef=C3=BC?= =?UTF-8?q?gt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uptime-kuma/docker-compose.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 uptime-kuma/docker-compose.yml diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml new file mode 100644 index 0000000..32a7d7e --- /dev/null +++ b/uptime-kuma/docker-compose.yml @@ -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 \ No newline at end of file