mirror of
https://github.com/michivonah/docker.git
synced 2025-12-22 20:36:27 +01:00
13 lines
287 B
YAML
13 lines
287 B
YAML
version: "3"
|
|
services:
|
|
uptime-kuma:
|
|
restart: always
|
|
ports:
|
|
- 3001:3001
|
|
volumes:
|
|
- ./data:/app/data
|
|
container_name: uptime-kuma
|
|
image: louislam/uptime-kuma:latest
|
|
dns:
|
|
- 1.1.1.1
|
|
- 8.8.8.8
|