mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-12-10 01:25:28 +01:00
8 lines
154 B
YAML
8 lines
154 B
YAML
# Start the server:
|
|
# docker compose up
|
|
services:
|
|
redis:
|
|
image: redis:latest
|
|
ports:
|
|
- "6379:6379"
|
|
command: redis-server --port 6379
|