summaryrefslogtreecommitdiffstats
path: root/compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'compose.yaml')
-rw-r--r--compose.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/compose.yaml b/compose.yaml
new file mode 100644
index 0000000..004705a
--- /dev/null
+++ b/compose.yaml
@@ -0,0 +1,9 @@
+services:
+ uptime-kuma:
+ image: louislam/uptime-kuma:1
+ volumes:
+ - ./data:/app/data
+ ports:
+ # <Host Port>:<Container Port>
+ - 3001:3001
+ restart: unless-stopped