-
-
Notifications
You must be signed in to change notification settings - Fork 244
Closed
Labels
Description
When I follow the docker instructions from the wiki it just takes me to the nginx welcome page.
Reproduce
- Follow current wiki on docker install
- run it with either volume or mount
- go to localhost:8080
- see error
Expected behavior
I expect to see the same output that i would get from manually building it with hugo.
Server
- OS: Linux Ubuntu 20.04
Logs
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Ignoring /docker-entrypoint.d/10-build-hugo.sh, not executable
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: Getting the checksum of /etc/nginx/conf.d/default.conf
10-listen-on-ipv6-by-default.sh: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
Additional context
I may have read the wiki wrong, if i did, please, do not tell me to "read it again". Instead, you could tell me what i forgot to read that was stated somewhere in the wiki or provide a fixed command. This is also much more useful to people with the same problem and wasting lots of time trying to search the web.
Thank you in advance.