<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Uptime Kuma compose yml File]]></title><description><![CDATA[<p dir="auto">Here I want to share my yml File, because there are very few on the Internet.</p>
<pre><code>version: '3.3'

services:
  uptime-kuma:
    image: louislam/uptime-kuma:1
    container_name: uptime-kuma
    volumes:
      - ./uptime-kuma-data:/app/data
      - /var/run/docker.sock:/var/run/docker.sock
    ports:
      - 3001:3001  # &lt;Host Port&gt;:&lt;Container Port&gt;
    restart: always
    healthcheck:
      test: ["CMD", "curl", "-f", "http://localhost:3001"]
      interval: 5s
      timeout: 3s
      retries: 5
      start_period: 10s
</code></pre>
]]></description><link>https://forum.its-egner.de/topic/4577/uptime-kuma-compose-yml-file</link><generator>RSS for Node</generator><lastBuildDate>Sun, 15 Mar 2026 17:26:42 GMT</lastBuildDate><atom:link href="https://forum.its-egner.de/topic/4577.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 27 May 2025 05:40:49 GMT</pubDate><ttl>60</ttl></channel></rss>