Add files
This commit is contained in:
parent
fec96a89ef
commit
bf58fd3520
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.env
|
||||||
|
data/
|
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
uptime-kuma:
|
||||||
|
restart: always
|
||||||
|
image: louislam/uptime-kuma:1
|
||||||
|
volumes:
|
||||||
|
- ./data/uptime-kuma:/app/data
|
||||||
|
ports:
|
||||||
|
- 127.0.0.1:83:3001
|
Loading…
Reference in New Issue
Block a user