A bug occurs when using the official docker deployment command #5138
Unanswered
tangjiahao2001
asked this question in
Question / Answer
Replies: 1 comment
-
https://github.com/taskbjorn/docker-hexo is not a hexo official docker. (We are not providing an official docker image.) Would you please run Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using docker to deploy hexo
The following error occurred
FATAL {
err: TypeError: this.hostname.includes is not a function
at Object.format (url.js:603:21)
at Object.urlFormat [as format] (url.js:564:28)
at formatAddress (/home/hexo/.hexo/node_modules/hexo-server/lib/server.js:79:14)
at /home/hexo/.hexo/node_modules/hexo-server/lib/server.js:26:24
at tryCatcher (/home/hexo/.hexo/node_modules/bluebird/js/release/util.js:16:23)
at Promise._settlePromiseFromHandler (/home/hexo/.hexo/node_modules/bluebird/js/release/promise.js:547:31)
at Promise._settlePromise (/home/hexo/.hexo/node_modules/bluebird/js/release/promise.js:604:18)
at Promise._settlePromise0 (/home/hexo/.hexo/node_modules/bluebird/js/release/promise.js:649:10)
at Promise._settlePromises (/home/hexo/.hexo/node_modules/bluebird/js/release/promise.js:729:18)
at _drainQueueStep (/home/hexo/.hexo/node_modules/bluebird/js/release/async.js:93:12)
at _drainQueue (/home/hexo/.hexo/node_modules/bluebird/js/release/async.js:86:9)
at Async._drainQueues (/home/hexo/.hexo/node_modules/bluebird/js/release/async.js:102:5)
at Immediate.Async.drainQueues [as _onImmediate] (/home/hexo/.hexo/node_modules/bluebird/js/release/async.js:15:14)
at processImmediate (internal/timers.js:464:21)
} Something's wrong. Maybe you can find the solution here: %s https://hexo.io/docs/troubleshooting.html
Beta Was this translation helpful? Give feedback.
All reactions