Files
lzwlab_cn/komari/docker-compose.yml
T

15 lines
554 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Komari Lite 服务器监控(nuomiiiii/komari,不是上游 komari-monitor/komari
# 参考 https://lite.komari.wiki/guide/start 与 https://lite.komari.wiki/install/docker
services:
komari:
image: ghcr.io/nuomiiiii/komari:latest
container_name: komari
restart: unless-stopped
volumes:
- ./data:/app/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
# Web 仅监听本机 127.0.0.1:25774,由 nginx 通过 https://status.lzwlab.cn/ 反代
- "127.0.0.1:25774:25774"