uptime kuma
This commit is contained in:
parent
4d9d6830d4
commit
385c342087
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ qBittorrent/config/
|
||||
qBittorrent/qbit-config/
|
||||
|
||||
/OpenWebUI/open-webui
|
||||
/uptime-kuma/data
|
||||
|
9
uptime-kuma/compose.yaml
Normal file
9
uptime-kuma/compose.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
ports:
|
||||
# <Host Port>:<Container Port>
|
||||
- 3001:3001
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user