mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-30 10:22:35 +02:00
10 lines
270 B
YAML
10 lines
270 B
YAML
version: '3.3'
|
|
services:
|
|
uptime-kuma:
|
|
restart: always
|
|
ports:
|
|
- '127.0.0.1:3001:3001'
|
|
volumes:
|
|
- '/compose/volumes/uptime-kuma:/app/data'
|
|
container_name: uptime-kuma
|
|
image: 'louislam/uptime-kuma:alpine'
|