Closed ghost closed 3 years ago
Comment out that line or delete the file and restart the container. The issue is our command here: https://github.com/linuxserver/docker-nginx/blob/master/root/etc/cont-init.d/40-config#L7 is unable to find the lua line as it's likely you've opened the nginx.conf file and it's changed the file from tabs to spaces.
Thank you for taking the time @j0nnymoe
Expected Behavior
The docker image tagged "latest" should run without any errors ;)
Current Behavior / Steps to Reproduce
Booting the docker image tagged latest as of now (version-333315c5), the following error is thrown:
Going back to an older image (version-25aad05b) does not have this issue.
Environment
OS: Debian 10 CPU architecture: x86_64 How docker service was installed: Via the docker docs instructions
Command used to create docker container (run/create/compose/screenshot)
docker-compose up -d
Docker logs
Thank you for your work. I am happy to provide more context if necessary.