需要更改 nuxt.config.js 配置 ```js server: { port: 8080, host: '0.0.0.0' } ``` 或者更改 dockerfile `ENV HOST 0.0.0.0`