Cara Install Uptime Kuma di Docker: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 August 2025

  • curprev 21:0221:02, 2 August 2025 Inaaa talk contribs 2,406 bytes +2,406 Created page with "== Cara Install Uptime Kuma di Docker == Tutorial ini menjelaskan langkah-langkah instalasi Uptime Kuma menggunakan Docker dan Docker Compose di Linux. === 1. Instalasi Docker === <syntaxhighlight lang="bash"> apt install docker.io </syntaxhighlight> === 2. Instalasi Docker Compose === <syntaxhighlight lang="bash"> curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose chmod +x /usr/..."