mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-08-30 19:01:13 +00:00
dda1a3f442
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
9 lines
154 B
YAML
9 lines
154 B
YAML
# Start the server:
|
|
# docker compose up
|
|
services:
|
|
redis:
|
|
image: redis:latest
|
|
ports:
|
|
- "6379:6379"
|
|
command: redis-server --port 6379
|