Initialize service
This commit is contained in:
commit
c74673f915
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
data
|
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
version: "3.2"
|
||||||
|
|
||||||
|
services:
|
||||||
|
kuma:
|
||||||
|
container_name: kuma
|
||||||
|
image: louislam/uptime-kuma:1.3.2
|
||||||
|
ports:
|
||||||
|
- 3035:3001
|
||||||
|
volumes:
|
||||||
|
- ./data:/app/data
|
||||||
|
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user