uptime-kuma/docker-compose.yml hinzugefügt
This commit is contained in:
parent
32b154b178
commit
a6f6489f83
1 changed files with 10 additions and 0 deletions
10
uptime-kuma/docker-compose.yml
Normal file
10
uptime-kuma/docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
version: '3.3'
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:latest
|
||||
container_name: uptime-kuma
|
||||
volumes:
|
||||
- ./volumes/data:/app/data
|
||||
ports:
|
||||
- 127.0.0.1:13001:3001
|
||||
restart: always
|
Loading…
Add table
Add a link
Reference in a new issue