first commit
This commit is contained in:
commit
a48d370062
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
volumes/
|
9
compose.yml
Normal file
9
compose.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
services:
|
||||||
|
uptime-kuma:
|
||||||
|
image: louislam/uptime-kuma:latest
|
||||||
|
container_name: statusnetignet_uptime-kuma
|
||||||
|
ports:
|
||||||
|
- "127.0.0.1:9009:3001"
|
||||||
|
volumes:
|
||||||
|
- ./volumes/data:/app/data
|
||||||
|
restart: unless-stopped
|
Loading…
x
Reference in New Issue
Block a user