mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-14 16:42:35 +02:00
13 lines
261 B
YAML
13 lines
261 B
YAML
# Simple docker-composer.yml
|
|
# You can change container_name, port or volume location
|
|
|
|
version: '3.3'
|
|
|
|
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:1
|
|
container_name: uptime-kuma
|
|
volumes:
|
|
- ./data:/app/data
|
|
ports:
|
|
- 3001:3001
|