add exported compose files
This commit is contained in:
16
docker/compose/uptime_kuma.yml
Normal file
16
docker/compose/uptime_kuma.yml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
|
||||
version: "3.8"
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
container_name: uptime-kuma
|
||||
volumes:
|
||||
- data:/app/data
|
||||
ports:
|
||||
- 3001:3001
|
||||
restart: always
|
||||
|
||||
volumes:
|
||||
data:
|
||||
driver: local
|
Reference in New Issue
Block a user