Aggiunto file docker compose
This commit is contained in:
10
kuma/docker-compose.yml
Normal file
10
kuma/docker-compose.yml
Normal file
@ -0,0 +1,10 @@
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
container_name: uptime-kuma
|
||||
volumes:
|
||||
- ./uptime-kuma-data:/app/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
ports:
|
||||
- 3007:3001
|
||||
restart: always
|
Reference in New Issue
Block a user