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:
|
services:
|
||||||
kuma:
|
kuma:
|
||||||
image: louislam/uptime-kuma:1
|
image: 'louislam/uptime-kuma:1'
|
||||||
volumes:
|
|
||||||
#- ./data:/app/data
|
|
||||||
- ../server:/app/server
|
|
||||||
- ../db:/app/db
|
|
||||||
ports:
|
ports:
|
||||||
- "3069:3001"
|
- '17958:3001'
|
||||||
- "3307:3306"
|
volumes:
|
||||||
|
- './uptimekuma_data:/app/data'
|
||||||
|
|
Loading…
Add table
Reference in a new issue