Docker container "hugo [...]" commands not working #8
Closed
quinlanharsch
started this conversation in
Issues and bugs
Replies: 1 comment
-
Duplicated to #9. |
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
-
Hello! I don't usually ask questions on forums like this, but I've hit a wall and can't find information on this anywhere :/
I'm running a small home server for myself and want to host my blog on it. It's running Debian, with every utility on it as its own docker container. Everything is reachable from my domain via cloudflared and nginx proxy managers, both containerized.
I was able to pull the
std
image and everything is working well enough. I'm having trouble where the base url is still localhost, and I was hoping to be able to resolve that by adding a--baseURL
flag.My issue is I'm having the opposite problem as the Troubleshooting page on the docs. This support article describes how the
server
command might not work, buthugo server
will.hugo server
,npm i
,server --baseURL [...]
, and a couple others I've tried don't work. Justserver
does.https://docker.hugomods.com/docs/troubleshooting/#unknow-command-or-module
Elsewhere it was also mentioned that
npm i
might work, but it does not.Here is my compose file
Error log
Beta Was this translation helpful? Give feedback.
All reactions