Added uptime kuma
This commit is contained in:
parent
ffed5c70b9
commit
ae46818e26
1 changed files with 4 additions and 7 deletions
|
@ -2,11 +2,8 @@
|
|||
|
||||
services:
|
||||
kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
volumes:
|
||||
#- ./data:/app/data
|
||||
- ../server:/app/server
|
||||
- ../db:/app/db
|
||||
image: 'louislam/uptime-kuma:1'
|
||||
ports:
|
||||
- "3069:3001"
|
||||
- "3307:3306"
|
||||
- '17958:3001'
|
||||
volumes:
|
||||
- './uptimekuma_data:/app/data'
|
||||
|
|
Loading…
Add table
Reference in a new issue