Skip to content

Instantly share code, notes, and snippets.

@dragonfire1119
Created August 10, 2023 12:48
Show Gist options
  • Save dragonfire1119/fac33756e7d14be4e489c49cf4387cb1 to your computer and use it in GitHub Desktop.
Save dragonfire1119/fac33756e7d14be4e489c49cf4387cb1 to your computer and use it in GitHub Desktop.
Docker Compose Uptime Kuma
version: '3'
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
restart: always
ports:
- "7200:3001"
volumes:
- /data/uptime-kuma/data:/app/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment