11 lines
241 B
YAML
11 lines
241 B
YAML
|
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
|