Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cupertinobr/c86034751b4aa953cd61dcbad170d674 to your computer and use it in GitHub Desktop.
Save cupertinobr/c86034751b4aa953cd61dcbad170d674 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