nazhua/docker-compose.yaml.template
2024-12-03 17:09:08 +00:00

17 lines
546 B
Plaintext
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.

services:
nazhua:
image: ghcr.io/hi2shark/nazhua:latest
container_name: nazhua
restart: unless-stopped
environment:
# - DOMAIN=_ # 监听的域名默认为_监听所有
- NEZHA=http://nezha-dashboard/
# volumes:
# - ./favicon.ico:/home/wwwroot/html/favicon.ico:ro # 自定义favicon图标
# - ./config.js:/home/wwwroot/html/config.js:ro # 自定义配置文件
# - ./style.css:/home/wwwroot/html/style.css:ro # 自定义样式文件
expose:
- 80
# ports:
# - 80:80