Created
August 10, 2023 12:48
-
-
Save dragonfire1119/fac33756e7d14be4e489c49cf4387cb1 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