diff options
Diffstat (limited to 'uptime-kuma')
-rw-r--r-- | uptime-kuma/compose.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/uptime-kuma/compose.yaml b/uptime-kuma/compose.yaml new file mode 100644 index 0000000..d366636 --- /dev/null +++ b/uptime-kuma/compose.yaml @@ -0,0 +1,13 @@ +services: + uptime-kuma: + restart: unless-stopped + ports: + - 10.0.0.1:3001:3001 + volumes: + - uptime-kuma:/app/data + container_name: uptime-kuma + image: louislam/uptime-kuma:1.23.16 +volumes: + uptime-kuma: + external: true +networks: {} |