mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
11 lines
234 B
Plaintext
11 lines
234 B
Plaintext
version: "3"
|
|
services:
|
|
nezha-dash:
|
|
container_name: nezha-dash
|
|
image: registry.cn-guangzhou.aliyuncs.com/hamster-home/nezha-dash:latest
|
|
volumes:
|
|
- ./.env:/app/.env
|
|
restart: always
|
|
ports:
|
|
- "4123:3000"
|