封装自动生成 traefik 代理配置的 nodejs 插件代码
This commit is contained in:
@@ -20,5 +20,5 @@ services:
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- ./:/app # 挂载当前目录到容器
|
||||
command: sh -c "npm install && node nacos-watcher.js"
|
||||
command: sh -c "npm install && node src/index.js"
|
||||
restart: always
|
||||
Reference in New Issue
Block a user