1
0

feat:添加easynode到列表

This commit is contained in:
okxlin
2024-08-14 01:39:46 +08:00
parent 1d45afc7d7
commit 61f927535d
9 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
services:
easynode:
image: "chaoszhu/easynode:latest"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8082"
volumes:
- ${DATA_PATH}:/easynode/app/db
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true