mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
doc: docker hub
This commit is contained in:
parent
abdd7f245f
commit
bf514b40a3
@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
nezha-dash:
|
nezha-dash:
|
||||||
container_name: nezha-dash
|
container_name: nezha-dash
|
||||||
image: registry.cn-guangzhou.aliyuncs.com/hamster-home/nezha-dash:latest
|
image: hamster1963/nezha-dash:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./.env:/app/.env
|
- ./.env:/app/.env
|
||||||
restart: always
|
restart: always
|
||||||
|
9
docker/docker-compose.yml.cn
Normal file
9
docker/docker-compose.yml.cn
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
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"
|
Loading…
Reference in New Issue
Block a user