Forked from dragonfire1119/uptime-kuma-docker-compose.yml
Created
April 12, 2024 17:29
-
-
Save cupertinobr/c86034751b4aa953cd61dcbad170d674 to your computer and use it in GitHub Desktop.
Docker Compose Uptime Kuma
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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